Solid Edge Part Type Library
MapGeometryToCurves Method
Specifies the geometric element for which to return curves. GeometricElement can be a Line2d, Arc2d, EllipticalArc2d, Circle2d, Ellipse2d, BsplineCurve2d, RectangularPattern2d, CircularPattern2d, or Image2d object.
Specifies the number of objects in the Curves array.
Specifies the curves.
Description
Returns one or more curves from the curve body for one of the following geometric elements of the profile: Line2d, Arc2d, EllipticalArc2d, Circle2d, Ellipse2d, BSplineCurve2d, RectangularPattern2d, CircularPattern2d, Image2d or TextProfile2d.
Syntax
Visual Basic
Public Sub MapGeometryToCurves( _
   ByVal GeometricElement As Object, _
   ByRef NumberOfCurves As Long, _
   Optional ByRef Curves As Variant _
) 
Parameters
GeometricElement
Specifies the geometric element for which to return curves. GeometricElement can be a Line2d, Arc2d, EllipticalArc2d, Circle2d, Ellipse2d, BsplineCurve2d, RectangularPattern2d, CircularPattern2d, or Image2d object.
NumberOfCurves
Specifies the number of objects in the Curves array.
Curves
Specifies the curves.
See Also

Profile Object  | Profile Members