Share

SketchFixedSplines3D Object


Description

The SketchFixedSplines3D object provides access to all the objects in a 3D sketch. See the article in the overviews section.

Methods

Name Description
Add Method that creates a fixed spline based on an input NURBS definition.
AddByEdge Method that creates a fixed spline based on an input transient Edge object. This capability is useful because some edges are defined precisely using a procedural algorithm. Converting these to a NURBS curves results in an approximation of the procedural curve. The SketchFixedSpline3D object created with this method has the full accuracy of the procedural curve without any approximation.

Properties

Name Description
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.
Count Property that specifies the number of items in the collection.
Item Method that returns the specified SketchFixedSpline3D object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Sketch3D.SketchFixedSplines3D, Sketch3DProxy.SketchFixedSplines3D

Version

Introduced in version 9

Was this information helpful?