Share

SketchSpline.Geometry Property

Parent Object: SketchSpline

Description

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 BSplineCurve2d

Property 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.

Version

Introduced in version 5

Was this information helpful?