FlangeEdgeSet.SetFromToWidthExtent Method
Parent Object: FlangeEdgeSetDescription
Method that sets the width extent of the specified physical flange to define a flange whose width is defined as being between two entities.
Syntax
FlangeEdgeSet.SetFromToWidthExtent( FromEntity As Object, ToEntity As Object )Parameters
Name | Type | Description |
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. |