... | ... | @@ -869,17 +869,39 @@ Note: Unlike most assembly actions, for the multi-cut action the lengths of the |
|
|
|
|
|
**`Cutting on a profile line`** <a name="Cuttingonaprofileline"></a>
|
|
|
- [return to action list](#TopList)
|
|
|
- Definition
|
|
|
- Use case
|
|
|
- Parameters
|
|
|
- Definition : Allows you to cut a fill based on a line defined on a bar adjacent to the fill
|
|
|

|
|
|
- Use case : Assembly procedure
|
|
|
- Parameters :
|
|
|
- Bar index 1: Index of the bar in the node supporting the cutting line
|
|
|
- Line 1 of profile 1: Reference line for cutting
|
|
|
- Mesh index: Index of the mesh in the node that contains the fill to be cut
|
|
|
- Mesh index 2: Index of the mesh in the node that will undergo the cutting
|
|
|
The cut action on a profile line is placed in the procedure of an assembly node.
|
|
|
|
|
|
--------------------------------------------------------------
|
|
|
|
|
|
**`Simple filling cut`** <a name="Simplefillingcut"></a>
|
|
|
- [return to action list](#TopList)
|
|
|
- Definition
|
|
|
- Use case
|
|
|
- Parameters
|
|
|
- Definition : Allows you to cut the tip of a filling based on the cutting plane of another.
|
|
|

|
|
|
- Use case : Assembly procedure
|
|
|
- Parameters :
|
|
|
- Mesh index: Index of the mesh in the node that contains the fill to be cut
|
|
|
- Mesh index 2: Index of the mesh that will serve as the cutting plane for the first mesh
|
|
|
- Bar index 1: Index of the bar adjacent to mesh 2 to define the side of the reference mesh that will serve as the cutting plane for the first one
|
|
|
The simple cut and fill action is part of the assembly node procedure.
|
|
|
|
|
|
- Example: Cutting the tip of a filling in a veranda :
|
|
|

|
|
|

|
|
|
The mesh to be cut in the node is the index 0 mesh. The cutting of the tip of the filling will be based on a cutting plane of the mesh of index 1.
|
|
|
The index of the bar defines which side of the index 1 mesh will be used as a cutting plane for the cutting of the index 0 mesh.
|
|
|
In this case, it is the bar of index 2.
|
|
|
|
|
|
Action à paramétrer : 
|
|
|
Résultat de l’action : 
|
|
|
|
|
|
|
|
|
--------------------------------------------------------------
|
|
|
|
... | ... | |