Solid Edge Draft Type Library
ConvertToCurve Method
Specifies the number of elements in ElementArray.
Specifies the geometric elements to be converted.
Specifies the number of converted elements.
Specifies the converted elements.
Description
Converts the specified element(s) to a b-spline curve.
Syntax
Visual Basic
Public Sub ConvertToCurve( _
   ByVal NumberOfElements As Long, _
   ByRef ElementArray() As Object, _
   Optional ByRef NumConvertedElements As Variant, _
   Optional ByRef ConvertedElements As Variant _
) 
Parameters
NumberOfElements
Specifies the number of elements in ElementArray.
ElementArray
Specifies the geometric elements to be converted.
NumConvertedElements
Specifies the number of converted elements.
ConvertedElements
Specifies the converted elements.
Remarks
This can be useful in some surface modeling workflows.
See Also

Sheet Object  | Sheet Members