The "CADDFrom3D" object generates 2D drawings from a 3D model. This is particularly useful for objects located on the route because all changes made to these objects are reflected in the 2D drawings. Additionally, the 2D drawings can be customized by adjusting the rotation properties of the object. Producing 2D drawings with the "CADDFrom3D" object is important because it is the only way to accurately display changes in objects on the route. While other CAD methods may be appropriate for flat building projects or sectional views, using the "CADDFrom3D" object is necessary to accurately represent changes on the route.
Example Syntax:
Code Block | ||
---|---|---|
| ||
...
<O T="CADDFrom3D">
...
...
</O> |
Example:
|
Parameters of CADDFrom3D Object:
Symbol | Label | Description | Mandatory | Default Unit | Example |
---|---|---|---|---|---|
RX | X-axis rotation | Rotates 3D object about X-axis Default: RX="0" Can be an integer or a float Can be an expression | Yes | Category: Coordinate | RX="3.14" RX="PI/2" |
RY | Y-axis rotation | Rotates 3D object about Y-axis Default: RX="0" Can be an integer or a float Can be an expression | Yes | Category: Coordinate Type: Length | RX="3.14" RX="PI/2" |
RZ | Z-axis rotation | Rotates 3D object about Z-axis Default: RZ="0" Can be an integer or a float Can be an expression | Yes | Category: Coordinate Type: Length | RX="3.14" RX="PI/2" |
Label | Name and Type Attribute | Description | Mandatory |
---|---|---|---|
Obj3D | N="Obj3D" T="Group" or 3D objects (T="Surface" / T="Circle" / T="Volume" / T="Line") | Specifies the 3D object or group of 3D objects that will be generated into 2D drawing. | Yes |