Mapping 2D Mesh onto 3D Object
Hello,
I have a 2D surface meshed using tria-shell elements (Img 1) which I would like to use as a reference and mesh it onto the solid object (Img 2). Presently I need to define equivalence between both components which results in element distortion due mis-matched element's position and size. How can I use the shell elements of the surface component to 'project/map' 3D elements in to the solid component?
The solid component was created using the base surface and 3 addition surfaces as bounding surface.
Regards
Find more posts tagged with
Sort by:
1 - 4 of
41
Hi,
use Geometry>edit>nodes>associate
The Associate subpanel creates an association between the selected nodes and a selected piece of geometry. Nodes are projected to the geometry, provided the distance to the selected geometry is within the search tolerance. The tolerance is used to create a search sphere at each of the selected nodes. If the selected geometry is found within that search sphere, the node is projected to the closest point on the geometry. An association is made within the database between the nodes (and corresponding elements) and geometry, so any subsequent selection routines can reference either entity; for example, if creating a boundary condition (such as a force, pressure, or constraint) on the geometry, the boundary condition will be applied to the nodes and or elements upon export.