Solid Edge Part Type Library
GetCurve2Curves Method
Specifies the number of objects in the Curves array.
Specifies the objects that define the select curve.
Specifies the anchor point.
Description
Returns curve data for the path curve.
Syntax
Visual Basic
Public Sub GetCurve2Curves( _
   ByRef NumberOfCurves As Long, _
   ByRef Curves() As Object, _
   ByRef AnchorPoint As Object _
) 
Parameters
NumberOfCurves
Specifies the number of objects in the Curves array.
Curves
Specifies the objects that define the select curve.
AnchorPoint
Specifies the anchor point.
See Also

WeldPattern Object  | WeldPattern Members

Send comments on this topic.