| Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
| CheckSumValue |
Gets sketch checksum value. |
| Consumed |
Gets whether the 3D Sketch is consumed or not. |
| ContainingOccurrence |
Property that returns the ComponentOccurrence that the native object is being referenced through. The returned occurrence is the containing occurrence. |
| DeferUpdates |
Gets and sets whether to defer the solving of the sketch. |
| Dependents |
Property that returns a collection of the objects that are dependent on the 3D sketch. Examples of objects that can be returned are profiles, features, work features, other sketches, and assembly constraints. |
| DimensionConstraints3D |
Property that returns a collection of all dimension constraints on the 3D sketch. |
| DimensionsVisible |
Gets and sets whether the dimensions on the sketch are visible. |
| DisabledActionTypes |
Gets and sets the action types valid for this sketch. |
| Exported |
Read-write property that gets and sets whether the object is exported. Objects must be marked for export in order for them to be derived. |
| GeometricConstraints3D |
Property that returns a collection of all geometric constraints on the 3D sketch. |
| HasReferenceComponent |
Property that specifies if the object was created as the result of a derived part. |
| HealthStatus |
Property that returns an enum indicating the current state of the object. |
| HelicalCurves |
Gets the HelicalCurves collection object. |
| IntersectionCurves |
Read-only property that returns the IntersectionCurves collection object. This collection provides access to the existing intersection curves in the sketch and provides functionality to create new intersection curves. |
| IsOwnedByFeature |
Property that returns whether this object is owned by a feature. If True, the OwnedBy property returns the owning feature. |
| Name |
Gets and sets name of the 3D sketch. |
| NativeObject |
Gets the object in the context of the definition instead of the containing assembly. |
| OnFaceCurves |
Gets the 3D Sketch OnFaceCurves collection Object. |
| OverrideColor |
Specifies the override color, if any, for this sketch. |
| OwnedBy |
Read-only property that returns the client feature that owns this object. This property returns Nothing if the IsOwnedByFeature property returns False. |
| Parent |
Property that returns the parent of the object. This will return the parent PartComponentDefinition. |
| Profiles3D |
Property that returns the Profiles3D collection object. |
| ProjectToSurfaceCurves |
Read-only property that returns the ProjectToSurfaceCurves collection object. This object provides access to all the existing ProjectToSurfaceCurve objects in the sketch and also provides methods to create new ProjectToSurfaceCurve objects. |
| ReferenceComponent |
Property that returns the ReferenceComponent that resulted in the creation of this feature. |
| ReferencedEntity |
Property that returns the referenced 3D sketch, if there is one. Currently this property always returns 'Nothing'; it was implemented to support future functionality. |
| Shared |
Gets and sets whether the sketch is shared or not. |
| SilhouetteCurves |
Gets the SilhouetteCurve collection Object. |
| SketchArcs3D |
Property that returns the SketchArcs3D collection object. This collection provides access to the existing arcs and bends in the sketch and provides functionality to create new bends. |
| SketchCircles3D |
Property that returns the SketchCircles3D collection object. This collection provides access to the existing circles in the sketch. |
| SketchControlPointSplines3D |
Read-only property that returns the SketchControlPointSplines3D collection object. This collection provides access to the existing control point splines in the sketch and provides functionality to create new control point curves. |
| SketchEllipses3D |
Property that returns the SketchEllipses3D collection object. This collection provides access to the existing ellipses in the sketch. |
| SketchEllipticalArcs3D |
Property that returns the SketchEllipticalArcs3D collection object. This collection provides access to the existing elliptical arcs in the sketch. |
| SketchEntities3D |
Property that returns a collection of all geometric entities on the sketch, regardless of their type. |
| SketchEquationCurves3D |
Read-only property that returns the SketchEquationCurves3D collection object. This collection provides access to the existing equation curves in the sketch and provides functionality to create new equation curves. |
| SketchFixedSplines3D |
Property that gets the collection object. |
| SketchLines3D |
Property that returns the SketchLines3D collection object. This collection provides access to the existing lines in the sketch and provides functionality to create new lines. |
| SketchPoints3D |
Property that returns the SketchPoints3D collection object. This collection provides access to the existing points in the sketch. |
| SketchSplines3D |
Property that returns the SketchSplines3D collection object. This collection provides access to the existing splines in the sketch. |
| Type |
Returns an ObjectTypeEnum indicating this object's type. |
| Visible |
Gets and sets the visibility of the sketch. |