Copy |
Method that creates a copy of this FlangeDefinition object. The new FlangeDefinition object is independent of any feature. It can edited and used as input to edit an existing feature or to create a new flange feature. |
GetWidthExtent |
Property that returns the PartFeatureExtent object that defines how the width extent of the flange feature is defined. |
GetWidthExtentType |
Property that returns the method used to define the width extent. |
RemoveOverrideWidthExtent |
Method that removes the override width extent for the specified physical flange. |
SetCenteredDefaultWidthExtent |
Method that sets the default width extent to define a flange that"s centered along the edge and has a defined width. |
SetCenteredWidthExtent |
Method that overrides the width extent of the specified physical flange to define a flange that"s centered along the edge and has a defined width. |
SetDistanceHeightExtent |
Method that changes the FlangeDefinition object to define a flange whose height is measured by a distance. |
SetEdgeDefaultWidthExtent |
Method that sets the default width extent to define a flange whose width is defined by the length of the input edge(s). These are the same edges that were specified to define the location of the flanges. |
SetEdgeWidthExtent |
Method that changes the FlangeDefinition object to define a flange whose width is defined by the length of the input edge(s). These are the same edges that were specified to define the location of the flanges. |
SetFromToDefaultWidthExtent |
Method that sets the default width extent to define a flange whose width is defined as being between two entities. |
SetFromToWidthExtent |
Method that overrides the width extent of the specified physical flange to define a flange whose width is defined as being between two entities. |
SetLegacyDistanceHeightExtent |
Method that changes the FlangeDefinition object to define a flange whose height is measured by a distance. The way the distance is computed for this type of height extent was used in earlier versions of Inventor and is supported in the current versions to support backward compatibility with older models. |
SetOffsetDefaultWidthExtent |
Method that sets the default width extent to define a flange whose width is defined with respect to two entities. |
SetOffsetWidthExtent |
Method that overrides the width extent of the specified physical flange to define a flange whose width is defined with respect to two entities. |
SetToHeightExtent |
Method that changes the FlangeDefinition object to define a flange whose height is defined by extending to the specified entity. |
SetWidthOffsetDefaultWidthExtent |
Method that sets the default width extent for the flange feature to define a flange whose width is defined relative to another entity. |
SetWidthOffsetWidthExtent |
Method that overrides the width extent of the specified physical flange to define a flange whose width is defined relative to another entity. |
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. |
ApplyAutoMitering |
Defines if auto mitering should be performed. |
BendOptions |
Gets and sets the bend options associated with this bend feature. |
BendPosition |
Gets and sets how the position of the bend is calculated. |
BendRadius |
Gets and sets the bend radius of a sheet metal flange feature. |
CornerOptions |
Gets and sets the CornerOptions object that defines how the corners of the bend are modeled. |
DefaultWidthExtent |
Property that returns the PartFeatureExtent object that defines how the default width extent of the flange feature is defined. |
DefaultWidthExtentType |
Property that returns the method used to define the default width extent. |
Edges |
Gets and sets the EdgeCollection object that contains the edges that are used to define the flange feature. |
FlangeAngle |
Gets and sets the bend angle of a sheet metal flange feature. |
FlangeAngleReferencePlane |
Read-write property that gets and sets the reference plane(WorkPlane or Face) object that is used to define the flange angle. When set this property the WorkPlane or Face should be parallel to the flange edge, otherwise an error would occur. |
HeightExtent |
Property that returns the PartFeatureExtent object that defines how the height extent of the flange feature is defined. |
HeightExtentType |
Property that returns the method used to define the height extent. |
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. |
MiterGap |
Gets and sets the miter gap size of the flange feature. |
Parent |
Property that returns the parent FlangeFeature of this FlangeDefinition object. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
UnfoldMethod |
Gets and sets the UnfoldMethod object that defines how the bends associated with this flange feature are unfolded. |