Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / GetRevisionCloud Method
The input curve
The plane used to build the revision cloud
The radius that each arc of revision cloud should have

In This Topic
    GetRevisionCloud Method
    In This Topic
    Builds a revision cloud from the specified ICurve.
    Syntax
    'Declaration
     
    Public Shared Function GetRevisionCloud( _
       ByVal sourceCurve As ICurve, _
       ByVal plane As Plane, _
       ByVal averageRadius As Double _
    ) As CompositeCurve
    public static CompositeCurve GetRevisionCloud( 
       ICurve sourceCurve,
       Plane plane,
       double averageRadius
    )

    Parameters

    sourceCurve
    The input curve
    plane
    The plane used to build the revision cloud
    averageRadius
    The radius that each arc of revision cloud should have

    Return Value

    The resulting revision cloud as a CompositeCurve of arcs.
    Remarks
    The input curve should lie on the input Plane.
    See Also