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
This method returns curve data for the path curve for the referenced object.
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

PatternCopyGeometry Object  | PatternCopyGeometry Members

Send comments on this topic.