Solid Edge Part Type Library
GetCurves Method
Specifies the number of edges.
Specifies the Edge objects used to derive the referenced object.
Description
Get parting (split) curves.
Syntax
Visual Basic
Public Sub GetCurves( _
   ByRef NumberOfEdges As Long, _
   ByRef EdgeArray() As Object _
) 
Parameters
NumberOfEdges
Specifies the number of edges.
EdgeArray
Specifies the Edge objects used to derive the referenced object.
See Also

PartingSurface Object  | PartingSurface Members

Send comments on this topic.