
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So the 2021 version is here, has a bunch of changes that sound great, however one thing they've changed that is causing me some grief is the revcloud command. Previously my company used a routine that automatically generated a revision tag and a layer for each revision to clearly mark our revclouds and such, and it also automatically set the revcloud arc length based on the LTS of the drawing. We would run this routine once at the start of our clouding for a drawing to create the layer and tag, and set the arc length for us. Then go draw all our revclouds as polylines and convert them to clouds with the revcloud command.
Along comes the changes with 2021 and firstly the revcloudarcvariance approach makes our clouds not look how we want, found that system variable and can turn it off, no major dramas. But the next issue is autolisp use of (command "REVCLOUD") seems to go to the legacy version of the command, which stores the arc length in a different place to the new version, so the routine is not setting the arc length for the standard command. So now the routine creates the tag, then you go draw the polyline, then when you use revcloud to convert it the arc length is completely wrong. Wondering if anyone knows of a system variable that the new arc length is stored in that I can set with the routine, or if I can set something else up to force the command calls of REVCLOUD into the legacy version, or even make the lisp code call the new version of the command. Any help would be greatly appreciated.
Solved! Go to Solution.