FlatPattern.GetEdgesOfType Method
Parent Object: FlatPatternDescription
Method that returns edges of the specified type from the flat pattern body.
Syntax
FlatPattern.GetEdgesOfType( EdgeType As FlatPatternEdgeTypeEnum, [TopFaceEdges] As Boolean ) As EdgesParameters
Name | Type | Description |
EdgeType | FlatPatternEdgeTypeEnum | Input FlatPatternEdgeTypeEnum that specifies the type of edges to return from the flat pattern body. |
TopFaceEdges | Boolean | Optional input Boolean that specifies whether to return the edges from the top face or the bottom face of the unfolded model. If not specified, edges from the top face are returned. This is an optional argument whose default value is True. |
Samples
Name | Description |
Finding Bend Extent (Tangent) Edges | This sample demonstrates how to retrieve the bend extent edges (a.k.a. tangent edges) associated with the selected bend edge on a flat pattern. |