Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / AnalyticSurf Class / GetUntrimmed Method
A collection of individual edge curves not organized into composite curves
The surface sense, true for same sense.
When true, the periodical surface is rotated to avoid trim curves near the seam.

In This Topic
    GetUntrimmed Method (AnalyticSurf)
    In This Topic
    Gets the untrimmed parametric surface.
    Syntax
    'Declaration
     
    Public MustOverride Function GetUntrimmed( _
       ByVal edgeCurves As IList(Of ICurve), _
       ByVal sense As Boolean, _
       Optional ByVal safePeriodical As Boolean _
    ) As Surface
    public abstract Surface GetUntrimmed( 
       IList<ICurve> edgeCurves,
       bool sense,
       bool safePeriodical
    )

    Parameters

    edgeCurves
    A collection of individual edge curves not organized into composite curves
    sense
    The surface sense, true for same sense.
    safePeriodical
    When true, the periodical surface is rotated to avoid trim curves near the seam.

    Return Value

    The resulting untrimmed surface.
    See Also