Share

FaceFeatures.Add Method

Parent Object: FaceFeatures

Description

Method that creates a new face feature. The newly created FaceFeature object is returned.

Syntax

FaceFeatures.Add( FaceFeatureDefinition As FaceFeatureDefinition ) As FaceFeature

Parameters

Name Type Description
FaceFeatureDefinition FaceFeatureDefinition Input FaceFeatureDefinition object that defines the face feature you want to create. A FaceFeatureDefinition object can be created using the FaceFeatures.CreateFaceFeatureDefinition method. It can also be obtained from an existing FaceFeature object.

Samples

Name Description
Create sheet metal face and cut features This sample demonstrates the creation of sheet metal face and cut features.
Create sheet metal face and flange features This sample demonstrates the creation of sheet metal face and flange features.

Version

Introduced in version 2009

Was this information helpful?