... | ... | @@ -447,7 +447,7 @@ Assembly action allowing a profile to abut on the face of another; the face bein |
|
|
|
|
|
- Distance: possibility to add an additional distance to the cutting plane from the stop. This is a distance normal to the profile section (distance in the profile extrusion frame).
|
|
|
|
|
|
* Example : when type of plane following the line and a negative Distance D :
|
|
|
Example : when type of plane following the line and a negative Distance D :
|
|
|
|
|
|

|
|
|
|
... | ... | @@ -487,29 +487,31 @@ Assembly action allowing a profile to abut on the face of another; the face bein |
|
|
|
|
|
Operating principle
|
|
|
|
|
|
1.For the bar which undergoes the action (bar index1):
|
|
|
- For the bar which undergoes the action (bar index1):
|
|
|
|
|
|
If the mesh index = -1
|
|
|
The program scans the bar for profiles extruded on the bar and containing the line
|
|
|
specified in the parameter.
|
|
|
|
|
|
If the mesh index < > -1
|
|
|
The program scans the bar looking for profiles extruded at the mesh, whose index is specified in
|
|
|
parameter, and at the bar, and which contain the line specified in parameter.
|
|
|
If the mesh index < > -1
|
|
|
The program scans the bar looking for profiles extruded at the mesh, whose index is
|
|
|
specified in parameter, and at the bar, and which contain the line specified in parameter.
|
|
|
|
|
|
|
|
|
All profiles found will be affected by the action
|
|
|
All profiles found will be affected by the action
|
|
|
|
|
|
|
|
|
2.For the bar containing the profile for the stop plane (bar index 2):
|
|
|
If the mesh index = -1
|
|
|
The program scans the bar for a profile extruded to the bar and containing the line
|
|
|
specified in the parameter. The program takes the first profile found (from parents to
|
|
|
children)
|
|
|
|
|
|
If the index of the mesh < > -1
|
|
|
The program scans the bar for a profile extruded to the mesh, whose index is specified in
|
|
|
parameter, and which contains the line. The program takes the first profile found. If no mesh
|
|
|
profile contains the line, the program scans the extruded profiles at the bar.
|
|
|
- For the bar containing the profile for the stop plane (bar index 2):
|
|
|
|
|
|
If the mesh index = -1
|
|
|
The program scans the bar for a profile extruded to the bar and containing the line
|
|
|
specified in the parameter. The program takes the first profile found (from parents to
|
|
|
children)
|
|
|
|
|
|
If the index of the mesh < > -1
|
|
|
The program scans the bar for a profile extruded to the mesh, whose index is specified in
|
|
|
parameter, and which contains the line. The program takes the first profile found. If no
|
|
|
mesh profile contains the line, the program scans the extruded profiles at the bar.
|
|
|
|
|
|
- Example : Assembly of the crossbar on the frame
|
|
|
Assembling the sash profile
|
... | ... | |