Go to: Synopsis. Return value. Flags. MEL examples.
illustratorCurves [-constructionHistory boolean]
[-illustratorFilename
string] [-name string]
[-object boolean] [-scaleFactor float]
[string]
illustratorCurves is undoable, queryable, and editable.
The illustratorCurves command creates NURBS curves from an input
Adobe(R) Illustrator(R) file
string[] |
Object name and node name |
In query mode, return type is based on queried flag.
constructionHistory,
illustratorFilename,
name, object,
scaleFactor
Flag can appear in Create mode of
command |
Flag can appear in Edit mode of command |
Flag can appear in Query mode of command |
Flag can be used more than once in a
command. |
// Create curves from an input Adobe(R) Illustrator(R) file d:/sample.ai
// and scale factor 2.54
illustratorCurves -ifn "d:/sample.ai" -sf 2.54;