branch#
- Piping.branch(node='', x='', y='', z='', **kwargs)#
Defines the starting point for a piping branch.
Mechanical APDL Command: BRANCH
- Parameters:
- node
str Start branch at this node.
- x
str Start branch at this location (in the active coordinate system). Used only if
Nodeis not input or input but the node itself is not previously defined. In either case a node is generated at this location and assigned the numberNode(or 1 + previous maximum node number ifNodeis not input).- y
str Start branch at this location (in the active coordinate system). Used only if
Nodeis not input or input but the node itself is not previously defined. In either case a node is generated at this location and assigned the numberNode(or 1 + previous maximum node number ifNodeis not input).- z
str Start branch at this location (in the active coordinate system). Used only if
Nodeis not input or input but the node itself is not previously defined. In either case a node is generated at this location and assigned the numberNode(or 1 + previous maximum node number ifNodeis not input).
- node
Notes
Notes See the RUN command in Archived Commands for information about piping models.
Warning
This command is archived in the latest version of the software.