Share

FoldFeatures.Add Method

Parent Object: FoldFeatures

Description

Method that creates a new fold feature. The newly created CutFeature object is returned.

Syntax

FoldFeatures.Add( FoldDefinition As FoldDefinition ) As FoldFeature

Parameters

Name Type Description
FoldDefinition FoldDefinition Input FoldDefinition object that defines the fold feature you want to create. A FoldDefinition object can be created using the FoldFeatures.CreateFoldDefinition method. It can also be obtained from an existing FoldFeature object.

Samples

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

Version

Introduced in version 2011

Was this information helpful?