polyCreaseCtx is undoable, queryable, and editable.
Create a new context to crease components on polygonal objects
| Long name (short name) |
[argument types] |
Properties |
exists(ex)
|
boolean
|
|
|
Returns true or false depending upon whether the
specified object exists. Other flags are ignored.
|
|
image1(i1)
|
string
|
 
|
|
In query mode, this flag needs a value.
|
|
image2(i2)
|
string
|
 
|
|
In query mode, this flag needs a value.
|
|
image3(i3)
|
string
|
 
|
|
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
|
|
|
If this is a tool command, turn the construction history on
for the tool in question.
|
|
name(n)
|
string
|
|
|
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
|
|
|
Return the active nodes in the tool
In query mode, this flag needs a value.
|
|
toolNode(tnq)
|
boolean
|
|
|
Return the node used for tool defaults
In query mode, this flag needs a value.
|
|
immediate(im)
|
boolean
|
|
|
Acts on the object not the tool defaults
|
|
reset(rs)
|
boolean
|
|
|
|
previous(pv)
|
boolean
|
|
|
Reset to previously stored values
|
|
extendSelection(es)
|
boolean
|
 
|
|
Enable/disable extending selection to all connected creased components.
In query mode, this flag needs a value.
|
|
relative(r)
|
boolean
|
 
|
|
Enable/disable applying value relative to existing crease value.
If disabled, absolute value is applied.
In query mode, this flag needs a value.
|
|