Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.OrientedEdge Structure / GetOrientedCurve Method
The edge array

In This Topic
    GetOrientedCurve Method
    In This Topic
    Gets a copy of the edge curve properly oriented.
    Syntax
    'Declaration
     
    Public Function GetOrientedCurve( _
       ByVal edges() As Solid3D.Edge _
    ) As ICurve
    public ICurve GetOrientedCurve( 
       Solid3D.Edge[] edges
    )

    Parameters

    edges
    The edge array

    Return Value

    A copy of the curve properly oriented
    See Also