Your Ad Here

Go to: Synopsis. Flags. Return value. MEL examples.

Synopsis

illustratorCurves [-constructionHistory boolean] [-illustratorFilename string] [-name string] [-object boolean] [-scaleFactor double] [string]

illustratorCurves is undoable, queryable, and editable.

The illustratorCurves command creates NURBS curves from an input Adobe(R) Illustrator(R) file

Flags

constructionHistory, illustratorFilename, name, object, scaleFactor
Long name (short name) [argument types] Properties
-illustratorFilename(-ifn) string create
Input Adobe(R) Illustrator(R) file name
-scaleFactor(-sf) double create
The scale factor
-name(-n) string create
Name the resulting object
-object(-o) boolean create
Create the result shapes, or just the dependency node
-constructionHistory(-ch) boolean create
Turn the construction history on or off

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

Return value


[string[]] (object name and node name)

MEL examples

// 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;

  

Return to Autodesk Index


Your Ad Here