Share

BendDefinition Object


Description

The BendDefinition object represents all of the information that defines a bend.

Methods

Name Description
Copy Method that creates a copy of this BendDefinition object.

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.
BendOptions Gets and sets the BendOptions object that defines the options for a bend.
BendRadius Gets and sets the bend radius.
DoubleBendType Specifies if the bend is a double bend or not.
Edges Gets and sets the set of edges that define the location of the bend.
ExtendFaces Specifies if the existing faces will be extended to the bend or if a perpendicular section should be created to connect to the bend.
IsDoubleBendFirstEdgeFixed Specify which face remains fixed and which one is extended or trimmed in the case of double bends.
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 feature of this BendDefinition 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

BendDefinition.Copy, BendFeature.Definition, BendFeatureProxy.Definition, BendFeatures.CreateBendDefinition, FaceFeatureDefinition.BendDefinition

Samples

Name Description
Create sheet metal rip feature This sample demonstrates the creation of a rip sheet metal feature.

Version

Introduced in version 2009

Was this information helpful?