RevisionCloud.GetSketchCurves
Description:
Returns copies of the Curves that form this RevisionCloud.
Returns copies of the Curves that form this RevisionCloud.
Remarks:
Note that there is no requirement that the curves form closed loops or avoid self-intersections. The curves may also form multiple closed loops.
Note that there is no requirement that the curves form closed loops or avoid self-intersections. The curves may also form multiple closed loops.
public IList<Curve> GetSketchCurves()
IList<Curve>
Copies of the sketched curves that form this RevisionCloud.