SketchSpline.Closed Property
Parent Object: SketchSplineDescription
Specifies whether the curve is closed. Setting a curve to be closed will cause it to close and be periodic.
Syntax
SketchSpline.Closed() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Sketch Display Entities | This sample demonstrates the query functionality available for sketch entities. |
Sketch Spline | This sample demonstrates creating and manipulating a sketch spline. |