Share

LoftFeatures.Add Method

Parent Object: LoftFeatures

Description

Method that creates a new loft.

Syntax

LoftFeatures.Add( Definition As LoftDefinition ) As LoftFeature

Parameters

Name Type Description
Definition LoftDefinition Input LoftDefinition object that defines the input definition for the loft. The LoftDefinition object can be created using the CreateLoftDefinition method of the LoftFeatures object. The LoftDefinition object defines the following input data for creating the loft feature: the loft sections, the boundary conditions for the starting and ending sections, a centerline or rails with any applicable boundary conditions, the mapping between the sections, an option to indicate whether the loft should be closed or not and an option to indicate whether tangent faces should be merged or not.

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.

Version

Introduced in version 6

Was this information helpful?