Method that sets the Construction state for an array of sketch curves.
"sketch_var" is a variable referencing a Sketch object.
|
"sketch_var" is a variable referencing a Sketch object.
|
Type | Description |
boolean | Returns true if successful. |
Name | Type | Description |
sketchCurves | SketchCurve[] | An array of sketch curves to set the construction status. |
constructionState | SketchCurveConstructionStates | Input enum value that specifies if the construction state of the input curves should be toggled, set to construction, or set to normal. |