- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've read a few posts about the new Revcloud function but none of them answer my question.
I have a macro that takes an existing rectangular polyline on a 'markup' layer and creates a revcloud using that object as the basis for the cloud.
Effectivly:
Copy an object
change to the layer for the revcloud
run the revcloud command and select the previous object via the 'last' function
then return me to my markup layer.
Using Autocad 2021 and it works but the resulting revcloud is not the same as if I run the revcloud function manually.
In both cases, the object is reported by properties as a revcloud, but when I run it manually, the Arc Length parameter shows up and allows me to change the arc length.
If I run the macro the arc length parameter is missing.
Here's the stripped down command:
^C^Crevcloud;;last;;
I have tested using last when manually running the command it does work correctly.
What am I missing?
Revcloud manually run:
Revcloud run from macro:
Thanks
Sepp
Solved! Go to Solution.