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

PatternCopyGeometry Object  | PatternCopyGeometry Members

Send comments on this topic.