Name | Description |
Add | Method that creates a new loft. |
CreateLoftDefinition | Method that creates a LoftDefinition object that defines the input definition for a loft feature. |
CreateMapCurves | Method that creates a new MapPointCurves object. You then use functionality provided by the resulting MapPointCurves object to define the specific point mapping. |
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 returns the number of items in this collection. |
Item | Returns the specified LoftFeature object from the collection. |
Type | Returns an ObjectTypeEnum indicating this object's type. |
Name | Description |
Loft Feature With Non-Planar Section | This sample demonstrates the creation of a loft feature. It uses two sections for the loft, one is from a 2d sketch and the other is a non-planar section from a 3d sketch. Because one of the sketches isn't planar, a surface is created instead of a solid. |