FlangeDefinition.GetWidthExtentType Method

Parent Object: FlangeDefinition

Description

Property that returns the method used to define the width extent.

Remarks

The valid values for this property are kWidthEdgeExtent, kWidthWidthExtent, kWidthOffsetExtent, and kWidthFromToExtent. If the flange already exists you must roll back the model to the point just before the flange feature was created so that the edge exists in the model and can be used as input to this method.

Syntax

FlangeDefinition.GetWidthExtentType( Edge As Edge, HasOverride As Boolean ) As PartFeatureExtentEnum

Parameters

Name Type Description
Edge Edge The Edge object that identifies the physical flange to return the width extent type for. The creation of a single flange feature can result in many physical flanges being added to the part. Each edge specified for the flange feature wll result in a physical flange. The edge specified as input to this argument must be one of the edges that was specified as input to the flange feature and defines which physical flange to return the width extent type for.
HasOverride Boolean Output value that indicates if the width extent is an override extent or not. A value of True indicates that an override exists. A value of False indicates that the default width extent of the Flange feature is being used for this physical flange.

Version

Introduced in version 2011