Your Ad Here

Go to: Synopsis. Flags. Return value.

Synopsis

polyCreaseCtx([activeNodes=boolean], [autoCreate=boolean], [exists=boolean], [extendSelection=boolean], [history=boolean], [image1=string], [image2=string], [image3=string], [immediate=boolean], [name=string], [previous=boolean], [relative=boolean], [reset=boolean], [toolNode=boolean])

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

polyCreaseCtx is undoable, queryable, and editable.

Create a new context to crease components on polygonal objects

Flags

activeNodes, autoCreate, exists, extendSelection, history, image1, image2, image3, immediate, name, previous, relative, reset, toolNode
Long name (short name) [argument types] Properties
exists(ex) boolean create
Returns true or false depending upon whether the specified object exists. Other flags are ignored.
image1(i1) string createqueryedit

In query mode, this flag needs a value.

image2(i2) string createqueryedit

In query mode, this flag needs a value.

image3(i3) string createqueryedit
Contexts support up to three icons that represent the tool associated with the context.

In query mode, this flag needs a value.

history(ch) boolean create
If this is a tool command, turn the construction history on for the tool in question.
name(n) string create
If this is a tool command, name the tool appropriately.
autoCreate(ac) boolean
Auto create the result or wait for the Enter key to create the result
activeNodes(anq) boolean query
Return the active nodes in the tool

In query mode, this flag needs a value.

toolNode(tnq) boolean query
Return the node used for tool defaults

In query mode, this flag needs a value.

immediate(im) boolean edit
Acts on the object not the tool defaults
reset(rs) boolean edit
Reset to default values
previous(pv) boolean edit
Reset to previously stored values
extendSelection(es) boolean createqueryedit
Enable/disable extending selection to all connected creased components.

In query mode, this flag needs a value.

relative(r) boolean createqueryedit
Enable/disable applying value relative to existing crease value. If disabled, absolute value is applied.

In query mode, this flag needs a value.


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 have multiple arguments, passed either as a tuple or a list.

Return value


void

Return to Autodesk Index


Your Ad Here