Solid Edge Part Type Library
SetCurve2Curves Method
Specifies the number of objects in the Curves array.
Specifies the objects that define the select curve.
Specifies the anchor point.
Description
Sets curve data for the path curve.
Syntax
Visual Basic
Public Sub SetCurve2Curves( _
   ByVal NumberOfCurves As Long, _
   ByRef Curves() As Object, _
   ByVal 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.