Solid Edge Geometry Type Library
GetNonStitchedEdges Method
Specifies the number of objects in the EdgeCollections array.
Specifies the non-stitched edges for the referenced object.
Description
This method returns the non-stitched edges (bounding loop) for the referenced Shell object.
Syntax
Visual Basic
Public Sub GetNonStitchedEdges( _
   ByRef NumEdgeCollections As Long, _
   ByRef EdgeCollections() As Object _
) 
Parameters
NumEdgeCollections
Specifies the number of objects in the EdgeCollections array.
EdgeCollections
Specifies the non-stitched edges for the referenced object.
See Also

Shell Object  | Shell Members