Revcloud - Change system variable in registry for Autocad 2021

Revcloud - Change system variable in registry for Autocad 2021

acbsdesign
Mentor Mentor
3,201 Views
9 Replies
Message 1 of 10

Revcloud - Change system variable in registry for Autocad 2021

acbsdesign
Mentor
Mentor

Hi,

 

Rev clouds after AS2021 installation do not keep constant arc length when dwgs produced with AS2020 are opened and rev clouds created.

 

Read a post about modifying the registry, but it is for an older version.

 

tried with this path:

 

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\AutoCAD\R24.0\ACAD-4101\Variables\*REVCLOUDMAXARCLENGTH

 

but couldn't figure out how to change the default arc length.

 

Any help would be much appreciated.

 

 

Thank you.

 

 

 

 

 

 

 

 

 

 

 

If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.

Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing

If it is made of steel, I can model it and detail it.

acbs-usa.com | Helpful Place



0 Likes
Accepted solutions (2)
3,202 Views
9 Replies
Replies (9)
Message 2 of 10

pendean
Community Legend
Community Legend
Accepted solution
These are all new object types in 2021 (called REVCLOUD): in 2020 and older, these are just polylines with arcs, nothing more. You will need a LISP or three for fixing the older pline-based cloud, if recreating them is not an option.

0 Likes
Message 3 of 10

acbsdesign
Mentor
Mentor

 

Thank you for the input,

 

Is there a new variable / setting to control the arc of newly created revclouds?

 

If not, we have to go back and create a revcloud in each prototype for each company and set arc length with a certain value.

 

 

 

 

If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.

Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing

If it is made of steel, I can model it and detail it.

acbs-usa.com | Helpful Place



0 Likes
Message 4 of 10

pendean
Community Legend
Community Legend
HELP in 2021 says these are all new

Commands
REVCLOUDPROPERTIES (Command)

System Variables
DELOBJ (System Variable)
REVCLOUDARCVARIANCE (System Variable)
REVCLOUDCREATEMODE (System Variable)
REVCLOUDGRIPS (System Variable)
0 Likes
Message 5 of 10

acbsdesign
Mentor
Mentor

@pendean wrote:
HELP in 2021 says these are all new

Commands
REVCLOUDPROPERTIES (Command)

System Variables
DELOBJ (System Variable)
REVCLOUDARCVARIANCE (System Variable)
REVCLOUDCREATEMODE (System Variable)
REVCLOUDGRIPS (System Variable)

 

Thank you, 

Tried these already, AD did not give us an option to pre-set the arc length globally.

 

Are you in a position to ask devs to add something like REVCLOUDARCLENGTHDEFAULT?

 

Maybe a call or two would work. Looks like this is in your range. 🙂

 

Have a great day.

 

 

 

 

 

 

 

 

 

 

If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.

Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing

If it is made of steel, I can model it and detail it.

acbs-usa.com | Helpful Place



0 Likes
Message 6 of 10

calcala
Explorer
Explorer

Use system variable REVCLOUDARCVARIANCE.

(setvar 'REVCLOUDARCVARIANCE 0)

 

Also, see REVCLOUDAPPROXARCLEN.

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2021/ENU/AutoC...

 

0 Likes
Message 7 of 10

acbsdesign
Mentor
Mentor

@calcala wrote:

Use system variable REVCLOUDARCVARIANCE.

 

(setvar 'REVCLOUDARCVARIANCE 0)

 

 

Also, see REVCLOUDAPPROXARCLEN.

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2021/ENU/AutoC...

 


 

Hi,

Thank you for chiming in, 

 

REVCLOUDAPPROXARCLEN does not overwrite global settings, just tested with dwgs created with AS2020, modified cloud settings for one dwg, rest of the dwgs created for same project do not have the modified settings.

 

This should be addressed to AD.

 

It is not done right.

 

Have a great day.

 

 

 

 

 

If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.

Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing

If it is made of steel, I can model it and detail it.

acbs-usa.com | Helpful Place



0 Likes
Message 8 of 10

calcala
Explorer
Explorer

The REVCLOUDARCVARIANCE variable is new for 2021.

 

For 2020 and older you need to use the REVCLOUDMINARCLENGTH and REVCLOUDMAXARCLENGTH. 

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2021/ENU/AutoC...

 

You'll need code to distinguish between Autocad versions.

See variable ACADVER.

 

AutoCAD 2020 Obsolete Commands and System Variables

System variables Description Additional Information AutoCADAutoCAD LT
REVCLOUDMAXARCLENGTHStores the maximum arc length for revision clouds.No longer needed. Replaced by the REVCLOUDAPPROXARCLEN system variable.XX
REVCLOUDMINARCLENGTHStores the minimum arc length for revision clouds.No longer needed. Replaced by the REVCLOUDAPPROXARCLEN system variable.XX

 

Hope this helps.

 

0 Likes
Message 9 of 10

acbsdesign
Mentor
Mentor

 

This is exactly what I am saying, 

 

AD has to fix this-to be able to manipulate global settings for rev. clouds.  

 

Currently, we don't have this option for AS2021.

 

It is not done right.

 

 

 

 

 

If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.

Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing

If it is made of steel, I can model it and detail it.

acbs-usa.com | Helpful Place



0 Likes
Message 10 of 10

acbsdesign
Mentor
Mentor
Accepted solution

This tiny custom command would fix this until we can set up the default arc length:

 

Rectangular rev. cloud with pre-defined arc length

 

^C^C_^Rrevcloud _R;a;0.125;

 

 

 

If this information was helpful, please use the Accept as Solution function, this makes it easier for other users.

Regards,
Ilko Dimitrov, IDC-1, M. Eng.
Tekla and Advance Steel Detailer
ACBS Structural Steel Detailing

If it is made of steel, I can model it and detail it.

acbs-usa.com | Helpful Place