Your Ad Here

Go to: Synopsis. Flags. Return value.

Synopsis

polyAppendFacetCtx([activeNodes=boolean], [append=boolean], [autoCreate=boolean], [exists=boolean], [history=boolean], [image1=string], [image2=string], [image3=string], [immediate=boolean], [isRotateAvailable=boolean], [maximumNumberOfPoints=boolean], [name=string], [planarConstraint=boolean], [previous=boolean], [reset=boolean], [rotate=angle], [subdivision=int], [toolNode=boolean])

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

polyAppendFacetCtx is undoable, queryable, and editable.

Create a new context to append facets on polygonal objects

Flags

activeNodes, append, autoCreate, exists, history, image1, image2, image3, immediate, isRotateAvailable, maximumNumberOfPoints, name, planarConstraint, previous, reset, rotate, subdivision, 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
subdivision(s) int
Number of sub-edges created for each new edge. Default is 1.
rotate(r) angle
Rotate current facet around the first edge selected.
isRotateAvailable(isr) boolean
Tells if the control associated to rotate flag is available. If several edges are already selected and they are not aligned (thus there is no "rotation axis") the rotation is no longer available.
planarConstraint(pc) boolean
Allows/avoid new facet to be non-planar.
If on, all new points will be projected onto current facet plane. Selected edges will be checked as well.
append(ap) boolean
Allows to switch to polyCreateFacetCtx tool
maximumNumberOfPoints(mp) boolean
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.

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