Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / ExtractEdge Method
Trim loop index
Loop curve index

In This Topic
    ExtractEdge Method
    In This Topic
    Returns the specified 3D edge curve.
    Syntax
    'Declaration
     
    Public Function ExtractEdge( _
       ByVal loopIndex As Integer, _
       ByVal curveIndex As Integer _
    ) As ICurve
    public ICurve ExtractEdge( 
       int loopIndex,
       int curveIndex
    )

    Parameters

    loopIndex
    Trim loop index
    curveIndex
    Loop curve index

    Return Value

    The surface 3D edge as an individual curve.
    See Also