Is there a way to combine 2 different mesh types
« on: June 15, 2021, 11:33:01 AM »
Is there a way to combine 2 different mesh types.  Such as a mesh that was generated from CAD data and a regular grid mesh to create one mesh?
Re: Is there a way to combine 2 different mesh types
« Reply #1 on: June 15, 2021, 11:34:26 AM »
It is sort of possible...

1.) Save the regular grid mesh into txt format (Mesh/Save as(select txt as format)
2.) Use Data/Load CAD and select the mesh saved in txt
3.) Delete some of CAD points  where you have other CAD data - if necessary (optional)
3.) Create a new mesh out of CAD data

Hope this helps...