Method that creates a new RevisionCloudDefinition object.
Name | Type | Description |
ControlPoints | ObjectCollection | Input ObjectCollection including Point2d objects that specify the control points to create revision cloud. |
Layer | Variant | Optional input Layer object that specifies Layer for the revision cloud. If not provided, a default Layer will be used. This is an optional argument whose default value is null. |
Inverted | Boolean | Optional input Boolean value that specifies whether to invert the revision cloud or not. If not provided, this defaults to False. This is an optional argument whose default value is False. |
Name | Description |
RevisionCloud Creation Sample | This sample is to demonstrate how to create a revision cloud in drawing document. |