FlangeDefinition.SetFromToWidthExtent Method

Parent Object: FlangeDefinition

Description

Method that overrides the width extent of the specified physical flange to define a flange whose width is defined as being between two entities.

Remarks

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.SetFromToWidthExtent( Edge As Edge, FromEntity As Object, ToEntity As Object )

Parameters

Name Type Description
Edge Edge The Edge that identifies which flange to set the width extent 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 set the width extent for.
FromEntity Object Input Object that defines the 'from' extents. This can be a planar Face, WorkPlane, Vertex, or WorkPoint object that intersects the selected edge.
ToEntity Object Input Object that defines the 'to' extents. This can be a planar Face, WorkPlane, Vertex, or WorkPoint object that intersects the selected edge.

Version

Introduced in version 2011