Create Revision Cloud
entity_create_revcloudDraw a revision cloud as a polyline with arc bumps on each segment. Provide corner points and segment length to shape the cloud.
Instructions
Draw a revision cloud: a polyline whose every segment carries an arc.
A segment_length longer than the shortest edge is refused — the result
would carry no arcs at all and would be a plain polyline reported as a
cloud.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | Target layer. Empty uses the current layer. | |
| closed | No | Close the path back to the first point. | |
| points | Yes | Path corners as [[x, y], ...]. | |
| segment_length | Yes | Approximate arc length of each cloud bump, in drawing units. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||