Solid Edge Part Type Library
SetCurves Method
Specifies the number of curves or edges.
Specifies the Curve objects used to derive the referenced object.
Description
Sets curve parameters for the referenced DerivedCurve object.
Syntax
Visual Basic
Public Sub SetCurves( _
   ByVal NumCurves As Long, _
   ByRef Curves() As Object _
) 
Parameters
NumCurves
Specifies the number of curves or edges.
Curves
Specifies the Curve objects used to derive the referenced object.
See Also

DerivedCurve Object  | DerivedCurve Members

Send comments on this topic.