is it possible to create a uniform mesh (without discontinuities) from different parts? I would like to preserve the parts in order to assign easily their properties, once for example I export the bdf to Marc.
Due to the way Parts work, meshes in different Parts will always be separate. Are you using surface meshes, or solids? For surface meshes there are a couple of ways you can make them match at Part boundaries:
Using mesh seeds. Nodes will be duplicated in the exported bdf and you will need to merge the duplicates in Mentat.
Using Edge Ties. This forces a matching mesh and joins pairs of coincident nodes using a rigid connection. If you have lots of Parts then this is probably the easiest way to create a matching mesh. When exporting the bdf, you have the option of retaining the rigid links, or leaving the meshes unconnected. If you use the second option you will again have to merge the duplicate nodes in Mentat.
Alternatively, if you define properties in Apex then the property regions should be preserved when you move to Mentat and you could modify them as necessary - might that be a simpler approach?
Due to the way Parts work, meshes in different Parts will always be separate. Are you using surface meshes, or solids? For surface meshes there are a couple of ways you can make them match at Part boundaries:
Using mesh seeds. Nodes will be duplicated in the exported bdf and you will need to merge the duplicates in Mentat.
Using Edge Ties. This forces a matching mesh and joins pairs of coincident nodes using a rigid connection. If you have lots of Parts then this is probably the easiest way to create a matching mesh. When exporting the bdf, you have the option of retaining the rigid links, or leaving the meshes unconnected. If you use the second option you will again have to merge the duplicate nodes in Mentat.
Alternatively, if you define properties in Apex then the property regions should be preserved when you move to Mentat and you could modify them as necessary - might that be a simpler approach?