Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.OrientedEdge Structure / Solid3D.OrientedEdge Constructor
The edge curve index
The edge curve orientation

In This Topic
    Solid3D.OrientedEdge Constructor
    In This Topic
    Edge curve index and orientation flag constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal curveIndex As Integer, _
       Optional ByVal sense As Boolean _
    )
    public Solid3D.OrientedEdge( 
       int curveIndex,
       bool sense
    )

    Parameters

    curveIndex
    The edge curve index
    sense
    The edge curve orientation
    See Also