Associate the model to the geometry means that the geometry to mesh is “raw” for this application. In other words, there will be no modification of this geometry end no rebuild of a complete new geometry. However it is possible to complete this geometry by adding new pieces if neccessary without any topological operation to link these pieces to the initial geometry. Generally, the geometry to mesh is defined as a set of faces, if these faces are not given under solid form but form logically this solid, it is sufficient for this application.
To associate the model to the geometry, three succesives steps are to be followed:
Rod connecting
This step is essential, all the vertices of the model must be associated to the geometry.
There are 4 ways for this association:
- associate one vertex “v” of the model to a “vertex” of the shape “s” of the geometry.
- associate one vertex “v” of the model to a point of curvilinear abscissa “p” of the “edge” included in the shape “s” of the geometry.
- associate one vertex “v” of the model to a point of coordinates “u,v” of the “face” included in the shape “s” of the geometry.
- associate one vertex “v” of the model to a any point.
It is possible to examinate the association (vertex of the association model, x-y-z-coordinates of the point of the association geometry).
For each vertex, the association is made in three steps:
Choose a vertex of the model to associate.
Choose the way of associating among the 4 possibilities described above.
This step is optionnal. An association of every edge is determined automatically before generating the mesh. This automatic process applies four different algorithms in the following order:
the first algorithm determines a wire between the two vertices by taking the shortest way.
if the intersecton with this plan fails, then another wire “iso-type” is determined between the two vertices and going along the faces of the geometry linking these two vertices,
if this wire still does not exist, then the vertices are linked by a line segment.
If one of the automatic choices is not appropriate, then the association of the edge of the model to the geometry has to be defined explicitely.
See TUI scripts and GUI part.
The model quadrangles association is automatic. The three cases are processed:
all the geometric faces exist then the nodes are computed on these faces,
If one of the automatic choices is not appropriate, then the association of the quadrangle of the model to the geometry has to be defined explicitely.
See TUI scripts and GUI part.