Share

FoldDefinition Object


Description

The FoldDefinition object represents all of the information that defines a fold feature.

Methods

Name Description
Copy Function that creates a copy of this FoldDefinition object. The copy is independent of any fold feature and can be edited without affecting anything else. It can then be used as input to edit an existing fold feature or create a new fold feature.

Properties

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.
BendAngle Gets and sets the bend angle of a sheet metal fold feature.
BendLine Gets and sets the SketchLine object that defines the location of the bend line.
BendLocation Gets and sets the position of the bend with respect to the bend line.
BendOptions Gets and sets the BendOptions object that defines the bend options for this bend feature.
BendRadius Gets and sets the bend radius of a sheet metal fold feature.
IsPositiveBendDirection Gets and sets whether the direction of the fold is in the positive or negative direction.
IsPositiveBendSide Gets and sets whether the flip direction is positive or negative.
IsUnfoldMethodOverridden Read-write property that gets and set whether the unfold method has been overridden for this feature. Setting this property to False clears the override. Setting the property to True returns a failure.
Parent Property that returns the parent FoldFeature object of this FoldDefinition object.
Type Returns an ObjectTypeEnum indicating this object's type.
UnfoldMethod Gets and sets the UnfoldMethod object that defines how this bend is unfolded.

Accessed From

FoldDefinition.Copy, FoldFeature.Definition, FoldFeatureProxy.Definition, FoldFeatures.CreateFoldDefinition

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 2009

Was this information helpful?