cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Revolved Elbow: Cannot turn contour lines off

Anonymous
Not applicable
Hello,

I am trying to create an elbow using the revolve command and I cannot seem to get the mask codes to work for me. I wish to turn all contour lines off so that the revolved elbow appears smooth. I also wish to have control over the two end contour lines/circles so that when joining the elbow to another geometry like a prism, the revolved elbow and prism will appear to be one object.

Thanks in advance!

Here is the code:

revolve 2, 90, 1+2+4+8+16,
0, 0.050, 900,
0.020, 360, 4001
3 REPLIES 3
Anonymous
Not applicable
Ok, so I set the status code to 1 for the base poly line and this appears to have removed the contours:

revolve 2, 90, 1+2+4+8+16,
0, 0.050, 901, !<--------- set status code to 1
0.020, 360, 4001

However, I am still confused about the mask codes. Do I use the mask codes to toggle the end contours on and off?

Cheers!
Lingwisyer
Guru
You are looking at the Base (j5+16) and End (j6+32) edges as your Revolve is less than 360 degrees.

You could also add a Resol before your Revolve with an editable parameter to allow for adjustable accuracy.



Ling.

AC22-23 AUS 7000Help Those Help You - Add a Signature
Self-taught, bend it till it breaksCreating a Thread
Win11 | i9 10850K | 64GB | RX6600 Win10 | R5 2600 | 16GB | GTX1660
Anonymous
Not applicable
Hello Ling,

Thanks for the tips, I will give this a go!

Cheers!