*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
- x: origin 0 - pipe1 length - ElbowRadius
- y: origin 1
- z: origin 2
AutoCAD Grit Chamber Program
Note: The pipes are currently frozen, but are shown in the image to illustrate location
Rotate3 the rotate3d function is used to rotate elbow1 90 degrees about the z axis, with the above labeled rotation point as the pivot point.
...
Rotate4 the rotate3d function is used to rotate elbow1 -90 degrees about the x axis. The rotation point is the same as the one used in Rotate3
AutoCAD Grit Chamber Program AutoCAD Grit Chamber Program
elbow2
elbow2 origin =
- x: pipe2 origin0 - ElbowRadius
- y: pipe2 origin1
- z: pipe2 origin2 + pipe2 length
AutoCAD Grit Chamber Program
Rotate5