Revision cloud shape changing

Revision cloud shape changing

CRJFusco
Enthusiast Enthusiast
207 Views
1 Reply
Message 1 of 2

Revision cloud shape changing

CRJFusco
Enthusiast
Enthusiast

Is there a way to change the shape or profile used when you use the revision cloud button in the annotate cloud. I know in autocad they have something similar looking to what we have but also have a calligraphy style that starts wide and taper to a point between each arc.

0 Likes
208 Views
1 Reply
Reply (1)
Message 2 of 2

RPTHOMAS108
Mentor
Mentor

I think in UI you can change the cloud segment size but that is about it.

 

That is exposed via API:

RevisionSettings.RevisionCloudSpacing

 

The segment consists of a small and a large arc with the ratio between them fixed. The 'RevisionCloudSpacing' is the overall distance from start of big arc to end of small arc along the line used to draw them.

 

There are no settings for style of cloud.

0 Likes