Did you try to export the CAD from Solidwork (remove small components before) as an STL and import in Mecway? With solid meshes sometimes I export the results to Paraview and then import also the CAD model to compare there.
With this kind of structures what I do also is model in Mecway in the same coordinate system as the CAD, and then compare the coordinates of several points directly to check positions and dimentions.
Also the mass and center of mass is a good/quick check.
Thanks Fatmac, but when I save my mecway file as a .stl file and then try to import it in Solidworks CAD, the file comes out empty. Maybe it will work with shell or solid elements, but it does not seem to work with beams and links.
Gmsh has an option to mesh only the edges with nodes. It could provide a fast and light "node-mesh" just for reference. If Stp is too heavy to import all at once you could also try to import by parts (even separate files) before merging everything.
Comments
With this kind of structures what I do also is model in Mecway in the same coordinate system as the CAD, and then compare the coordinates of several points directly to check positions and dimentions.
Also the mass and center of mass is a good/quick check.
Mesh.Algorithm = 2;
Mesh.Algorithm3D = 1;
Mesh.MeshSizeMax = 10;
Mesh.MeshSizeMin = 5;
Mesh.ElementOrder=1;
Mesh 1;