The following code snippet shows how to get a Revision Cloud like AutoCad from a generic ICurve lying on a specific Plane (Plane XY in this case):
double radius = 0.3;
LinearPath lp = new LinearPath(5,10);
CompositeCurve revCloud = UtilityEx.GetRevisionCloud(lp, Plane.XY, radius);

Others samples:
Comments
Hi Melissa,
Which version did you use for this example?
is it work 8 ver?
Best regards
Hi Aok,
I'm sorry, this is available from version 11 and forward.
Please sign in to leave a comment.