Create Revision Cloud
entity_create_revcloudDraw a revision cloud polyline with arced segments by supplying path corners and an arc length for each bump.
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 | |||