Share

HemDefinition Object


Description

The HemDefinition object represents all of the information that defines a hem feature.

Methods

Name Description
Copy Method that creates a copy of this HemDefinition object.
SetCenteredWidthExtent Method that changes the HemDefinition object to define a hem that's centered along the edge and has a defined width.
SetDoubleHemType Method that changes the HemDefinition object to define a hem whose shape has a double bend.
SetEdgeWidthExtent Method that changes the ContourFlangeDefinition object to define a hem 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 hems.
SetFromToWidthExtent Method that changes the FlangeDefinition object to define a hem whose width is defined as being between two entities.
SetOffsetWidthExtent Method that changes the HemDefinition object to define a hem whose width is defined with respect to two entities.
SetRolledHemType Method that changes the HemDefinition object to define a hem whose shape has a rolled bend.
SetSingleHemType Method that changes the HemDefinition object to define a hem whose shape has a single bend.
SetTeardropHemType Method that changes the HemDefinition object to define a hem whose shape has a teardrop bend.
SetWidthOffsetWidthExtent Method that changes the ContourFlangeDefinition object to define a hem whose width is defined relative to another entity.

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 bend options associated with this contour flange feature.
Edges Gets and sets the EdgeCollection object that contains the edges that are used to define the hem feature.
HemType Property that returns the method used to define the type of hem.
HemTypeDefinition Property that returns the HemTypeDefinition object that defines the type of hem.
IsOnEdgeSide Gets and sets the side of the part that the hem is on.
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 HemFeature of this HemDefinition 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 contour flange feature are unfolded.
WidthExtent Property that returns the PartFeatureExtent object that defines how the width extent of the hem feature is defined.
WidthExtentType Property that returns the method used to define the width extent.

Accessed From

DoubleHemDefinition.Parent, HemDefinition.Copy, HemFeature.Definition, HemFeatureProxy.Definition, HemFeatures.CreateHemDefinition, RolledHemDefinition.Parent, SingleHemDefinition.Parent, TeardropHemDefinition.Parent

Version

Introduced in version 2009

Was this information helpful?