Your Ad Here

Go to: Synopsis. Flags. Return value.

Synopsis

polyCreateFacetCtx [-activeNodes] [-append boolean] [-autoCreate] [-exists] [-history boolean] [-image1 string] [-image2 string] [-image3 string] [-immediate] [-maximumNumberOfPoints] [-name string] [-planarConstraint boolean] [-previous] [-reset] [-subdivision int] [-toolNode]

polyCreateFacetCtx is undoable, queryable, and editable.

Create a new context to create polygonal objects

Flags

activeNodes, append, autoCreate, exists, history, image1, image2, image3, immediate, maximumNumberOfPoints, name, planarConstraint, previous, reset, subdivision, toolNode
Long name (short name) [argument types] Properties
-exists(-ex) 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)
Auto create the result or wait for the Enter key to create the result
-activeNodes(-anq) query
Return the active nodes in the tool

In query mode, this flag needs a value.

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

In query mode, this flag needs a value.

-immediate(-im) edit
Acts on the object not the tool defaults
-reset(-rs) edit
Reset to default values
-previous(-pv) edit
Reset to previously stored values
-subdivision(-s) int createqueryedit
number of sub-edges created for each new edge. Default is 1.

In query mode, this flag needs a value.

-planarConstraint(-pc) boolean createqueryedit
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 createqueryedit
Allows to switch to polyAppendFacetCtx tool

In query mode, this flag needs a value.

-maximumNumberOfPoints(-mp) createqueryedit
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.


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 be used more than once in a command

Return value


void

Return to Autodesk Index


Your Ad Here