UtilityEx.GetRevisionCloud Method

Builds a revision cloud from the specified ICurve.
Public Shared Function GetRevisionCloud( _ 
ByVal sourceCurve As ICurve, _ 
ByVal plane As Plane, _ 
ByVal averageRadius As Double
) As CompositeCurve
This language is not supported or no code example is available.
public static CompositeCurve GetRevisionCloud( 
ICurve sourceCurve
Plane plane
double averageRadius 
)
This language is not supported or no code example is available.

Parameters

sourceCurve
ICurve

The input curve

plane
Plane

The plane used to build the revision cloud

averageRadius
double

The radius that each arc of revision cloud should have

Return Value

CompositeCurve

The resulting revision cloud as a CompositeCurve of arcs.

Remarks
 
The input curve should lie on the input Plane.

.NET Framework

Supported in: 4.8

In this article

Definition