polyCreateFacetCtx is undoable, queryable, and editable.
Create a new context to create polygonal objects
| Long name (short name) |
[argument types] |
Properties |
-exists(-ex)
|
|
|
|
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)
|
|
|
|
Auto create the result or wait for the Enter key to create the result
|
|
-activeNodes(-anq)
|
|
|
|
Return the active nodes in the tool
In query mode, this flag needs a value.
|
|
-toolNode(-tnq)
|
|
|
|
Return the node used for tool defaults
In query mode, this flag needs a value.
|
|
-immediate(-im)
|
|
|
|
Acts on the object not the tool defaults
|
|
-reset(-rs)
|
|
|
|
|
-previous(-pv)
|
|
|
|
Reset to previously stored values
|
|
-subdivision(-s)
|
int
|
 
|
|
number of sub-edges created for each new edge. Default is 1.
In query mode, this flag needs a value.
|
|
-planarConstraint(-pc)
|
boolean
|
 
|
|
allows/avoid new facet to be non-planar.
If on, all new points will be projected onto
current facet plane.
In query mode, this flag needs a value.
|
|
-append(-ap)
|
boolean
|
 
|
|
Allows to switch to polyAppendFacetCtx tool
In query mode, this flag needs a value.
|
|
-maximumNumberOfPoints(-mp)
|
|
 
|
|
Allows the ability to set a upper bound on the number of
points in interactively place before polygon is
created. A value less than 2 will mean that there is no
upper bound.
In query mode, this flag needs a value.
|
|