Stop on the rope bar at the node
Use case
This procedure is used to assemble profiles on rods at the node.
This method makes it possible to assemble the profiles whatever the number of bars and meshes constituting the node.
- example 1: the intermediate cross members of a frame
- example 2: the intermediate rafters on the channel and ridge
- example 3: roof cross members on the rafters
The procedure:
Copy/past list
- PUSH STACK_LONGBAR -1
- n.BeamCount-1
- N.VBeams(INDEX_1).N1<>N and N.VBeams(INDEX_1).N2<>N
- the beam continue on the node (do not finish on the node with one of his extremity)
- PUT STACK_LONGBAR index_1
- stack.GetI(STACK_LONGBAR)<>-1
- there is a long bar on the node
- N.VBeams(INDEX_1).N1=N or N.VBeams(INDEX_1).N2=N
- the beam finish on the node with one of its extremities
- n.MeshCount-1
The Action
Copy/past list
- INDEX_1
- INDEX_2
- stack.GetI(STACK_LONGBAR)