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

DerivedCurve Object  | DerivedCurve Members

Send comments on this topic.