count |
Returns the number of sketch curves in the sketch. |
isValid |
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference. |
objectType |
This property is supported by all objects in the API and returns a string that contains the full name (namespace::objecttype) describing the type of the object.
It's often useful to use this in combination with the classType method to see if an object is a certain type. For example: if obj.objectType == adsk.core.Point3D.classType(): |
sketchArcs |
Returns the sketch arcs collection associated with this sketch. This provides access to the existing sketch arcs and supports the creation of new sketch arcs. |
sketchCircles |
Returns the sketch circles collection associated with this sketch. This provides access to the existing sketch circles and supports the creation of new sketch circles. |
sketchConicCurves |
Returns the conic curves collection associated with this sketch. This provides access to the existing conic curves and supports the creation of new conic curves. |
sketchControlPointSplines |
Returns the control point splines collection associated with this sketch. This provides access to the existing control point splines and supports the creation of new control point splines. |
sketchEllipses |
Returns the sketch ellipses collection associated with this sketch. This provides access to the existing sketch ellipses and supports the creation of new sketch ellipses. |
sketchEllipticalArcs |
Returns the sketch elliptical arcs collection associated with this sketch. This provides access to the existing sketch elliptical arcs and supports the creation of new sketch elliptical arcs. |
sketchFittedSplines |
Returns the sketch splines collection associated with this sketch. This provides access to the existing sketch splines and supports the creation of new sketch splines. |
sketchFixedSplines |
Returns the fixed sketch splines collection associated with this sketch. This provides access to the existing fixed sketch splines and supports the creation of new fixed sketch splines. |
sketchLines |
Returns the sketch lines collection associated with this sketch. This provides access to the existing sketch lines and supports the creation of new sketch lines. |