License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2021-02-04
03:07 AM
- last edited on
2021-09-14
01:26 PM
by
Noemi Balogh
!ROUND HOTSPOT 0,0,0 MATERIAL Material_color !PLATE ROTX 90 CYLIND .5", W/2 !BRACKET ADDZ .5" CYLIND 2", .625" ADDZ 2" CYLIND 4", 3/8" !CONNECTION ADDZ 4" ROTZ 270 ELBOW 1.5", 90, 3/8" ADDZ 1.5" ADDX 1.5" ROTY 90 CYLIND 1", .5”
2021-02-04 03:19 AM
PRISM_ 7, 0.100, 0.011, 0.0, 11+64, 0, 0.0, 900, 0, 180, 4011+64, -0.011, 0.0, 11+64, 0, 0.0, 900, 0, 180, 4011+64, 0.011, 0.0, -1 ROTz 90 ADD 0, -0.098,0.100 REVOLVE 7, 169, 1*0+2*0+4*0+16*0+32*0+64*0, 0.011, 0.098, 1, 0, 0.098, 900, 0, 180, 4011+64, -0.011, 0.098, 1, 0, 0.098, 900, 0, 180, 4011+64, 0.011, 0.098, 1
2021-02-04 10:42 AM
Barry: You can 'Group' them and they will mergeHow does this work with GROUP commands?
2021-02-04 11:31 AM
Joachim wrote:
How does this work with GROUP commands?
W=0.1 group "object" !ROUND HOTSPOT 0,0,0 MATERIAL 20 !PLATE ROTX 90 CYLIND .5", W/2 !BRACKET ADDZ .5" CYLIND 2", .625" ADDZ 2" CYLIND 4", 3/8" !CONNECTION ADDZ 4" ROTZ 270 ELBOW 1.5", 90, 3/8" ADDZ 1.5" ADDX 1.5" ROTY 90 CYLIND 1", 0.5" endgroup placegroup "object"
2021-02-04 12:47 PM
A. SmithThank you, but in AC 22 on MAC OS with this code the line is still visible,
2021-02-04 01:41 PM
TUBE 4, 11, 1+2+16+32, 0.01, -0.01, 900, -0.01, -0.01, 0, -0.01, +0.01, 0, 0.01, +0.01, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.135, 0, 0, 0, 0.135+0.0575*sin(15), 0.06-0.06*cos(15), 0, 0, 0.135+0.0575*sin(30), 0.06-0.06*cos(30), 0, 0, 0.135+0.0575*sin(45), 0.06-0.06*cos(45), 0, 0, 0.135+0.0575*sin(60), 0.06-0.06*cos(60), 0, 0, 0.135+0.0575*sin(75), 0.06-0.06*cos(75), 0, 0, 0.135+0.0575, 0.06, 0, 0, 0.135+0.0575, 0.06, 0, 0
2021-02-04 02:25 PM
Joachim wrote:
A. SmithThank you, but in AC 22 on MAC OS with this code the line is still visible,
tap_obj=addgroup ("object", "object") placegroup tap_obj
2021-02-04 03:21 PM
A. SmithNo, Addgroup I checked, it does not hide the lines.
2021-02-04 03:55 PM
200: !ROUND HOTSPOT 0,0,0 MATERIAL Material_color !PLATE ROTX 90 CYLIND .5", W/2 !BRACKET ADDZ .5" CYLIND 2", .625" !SPOUT ADDZ 2" ROTZ 270 PRISM_ 7, 4", 3/8", 0.0, 11+64, 0, 0.0, 900, 0, 180, 4011+64, -3/8", 0.0, 11+64, 0, 0.0, 900, 0, 180, 4011+64, 3/8", 0.0, -1 ROTz 90 ADD 0, -1.5",4" REVOLVE 7, 90, 1*0+2*0+4*0+16*0+32*1+64*0, 3/8", 1.5", 1, 0, 1.5", 900, 0, 180, 4011+64, -3/8", 1.5", 1, 0, 1.5", 900, 0, 180, 4011+64, 3/8", 1.5", 1 ADDZ 1.5" ROTX 90 CYLIND 1", .5" END
2021-02-05 01:52 AM
Joachim wrote:
Barry: You can 'Group' them and they will mergeHow does this work with GROUP commands?
group "object" !ROUND HOTSPOT 0,0,0 MATERIAL 20 !PLATE ROTX 90 CYLIND .5", W/2 !BRACKET CYLIND 2", .625" endgroup placegroup "object" !!!comment out this line result = ADDGROUP ("object","object") !placegroup result !!!uncomment this line
Joachim wrote:Tubes are good, you just have to work out the point coordinates for the path.
Another way to get it work is TUBE, which I always use for this kind of tubed objects.