By Split Point
- Last UpdatedJan 23, 2023
- 1 minute read
An attribute is set in the 3D model as the flag to mark the end of the Spool.
By choosing how the branch is split into spools from within the 3D model, you can control the content of each drawing. The split points are preserved, not all existing drawings are necessarily changed during an update if a branch is modified.
The way in which the Design points are set depends on the Design element type.
Cableway
The Cableway element CTMTRL can own any of the component types CTSTRA, CTRISE, CTBEND, CTTEE, CTCROS and CTREDU. Each component has an attribute that specifies if the Spool is split. To set the spool splitting, use the following syntax at CTMTRL members:
|
SSPLIT TRUE |
The component is the last in the current spool |
|
SSPLIT FALSE |
The component is a member of the current spool |
HVAC
The size and connections of HVAC components are controlled by Design Parameters. The Spool Split Point is also a Design Parameter, to set the spool splitting, use the following syntax at BRAN members.
|
DESP N37 TRUE |
The component is the last in the current spool |
|
DESP N37 FALSE |
The component is a member of the current spool |
You can query the Design Parameter value using the following syntax:
|
Q PROP SPLI |