PartFeatures.LoftFeatures Property
Parent Object: PartFeaturesDescription
Property that returns the LoftFeatures collection object. This collection provides access to existing LoftFeature objects and provides functionality to create new LoftFeature objects.
Syntax
PartFeatures.LoftFeatures() As LoftFeaturesProperty Value
This is a read only property whose value is a LoftFeatures.Samples
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. |