polySplitCtx is undoable, queryable, and editable.
Create a new context to split facets 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
|
|
snaptoedge(ste)
|
boolean
|
 
|
|
Enable/disable snapping to edge. If enabled any click in the
current face will snap to the closest valid edge. If there
is no valid edge, the click will be ignored.
NOTE: This is different from magnet snapping, which causes
the click to snap to certain points along the edge.
In query mode, this flag needs a value.
|
|
enablesnap(es)
|
boolean
|
 
|
|
Enable/disable custom magnet snapping to start/middle/end of edge
In query mode, this flag needs a value.
|
|
precsnap(ps)
|
float
|
 
|
|
precision for custom magnet snapping. Range[0,100]. Value 100
means any click on an edge will snap to either
extremities or magnets.
In query mode, this flag needs a value.
|
|
magnetsnap(ms)
|
int
|
 
|
|
number of extra magnets to snap onto, regularly spaced along the edge
In query mode, this flag needs a value.
|
|
subdivision(s)
|
int
|
 
|
|
number of sub-edges to add between 2 consecutive edge
points. Default is 1.
In query mode, this flag needs a value.
|
|
smoothingAngle(sma)
|
angle
|
 
|
|
the threshold that controls whether newly created edges are hard or soft
In query mode, this flag needs a value.
|
|