Share

FlatPattern.GetEdgesOfType Method

Parent Object: FlatPattern

Description

Method that returns edges of the specified type from the flat pattern body.

Syntax

FlatPattern.GetEdgesOfType( EdgeType As FlatPatternEdgeTypeEnum, [TopFaceEdges] As Boolean ) As Edges

Parameters

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.

Version

Introduced in version 2008

Was this information helpful?