SketchSpline.Geometry Property
Parent Object: SketchSplineDescription
Property that returns a geometry object. The object returned represents a snapshot view of the current state of the sketch spline.
Syntax
SketchSpline.Geometry() As BSplineCurve2dProperty Value
This is a read only property whose value is a BSplineCurve2d.Samples
Name | Description |
Spline - create NURBS | This sample demonstrates the creation of a sketch spline using a geometry definition (a NURB). The API also supports creation of 3D sketch splines in a similar way. |