ContourFlangeDefinition.SetFromToDefaultWidthExtent Method
Parent Object: ContourFlangeDefinitionDescription
Method that sets the default width extent to define a contour flange whose width is defined as being between two entities.
Syntax
ContourFlangeDefinition.SetFromToDefaultWidthExtent( 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. |