I have a model of a 4'x8'x1'' aluminum plate. The actual plate has 3/8" inserts on a 4" x 4" grid pattern (for clamping). Is there a simple way to constraint the plate at any of these locations? I tried to add holes with FreeCAD and export to Mecway but meshing with all the small holes complicates the meshing process.
Comments
you get an all quad mesh which is nice. if you bring in a step file and mesh it, it will be either a mixed mesh or an all tet mesh. however, applying the loads might be a little easier.
Thanks for trying. The actual hole diameters are ~ 0.375.
Is there a easy way to add a grid of nodes?
Added a grid of points in Freecad and exported a STEP file but it did not have the grid points. Maybe another file format?
1) Mesh tools -> Create -> Quick square
2) Set the node coordinates of the corners
3) Mesh tools -> Refine -> Custom
4) Select rows and columns of nodes and set their co-ordinates to move them into the correct grid locations if they aren't already.