Page 1 of 1

Reducing meshed objects for analysis (restored)

Posted: Sun Jun 23, 2024 2:52 am
by Prashant Kande
We apologize for the quality of this recovered thread. It is important topic. Please consider the information as basic pointers to what can be done. The actual information can be found by installing (side by side) older v5.2 or v6.2 KernelCAD.

Re: Reducing meshed objects for analysis (restored)

Posted: Sun Jun 23, 2024 2:53 am
by gerard12
Hello all,
I have decided to emphasize a useful bit out of an older discussion.

When there are some problems with a large object one of the first things to do is to reduce the problem.

The most reliable way to do it is to use the Current Object > Clipping Planes > Cut Object button operation. It can divide the object in half. Use the Location and Direction controls to position the plane. Changing sign of coordinates of the normal direction to the opposite will cut off the other half of the object.

Cut the object in half. See if the problem still exists. If it disappeared take the other half and divide it again. So any large mesh can be reduced to few simplexes in 4-5 steps.

More precisely simplexes can be deleted in KC window (not Modelling Studio) like described in Mesh Modification at the bottom of http://www.dynoinsight.com/Help/Compone ... ccess.aspx

There is also the http://www.dynoinsight.com/Help/Geom/Op ... ation.aspx cut operation which allows extraction a specific part of surface by hand. For this the mesh has to be nice along the cutting line.

For completeness: Reduction can also be performed using the Planar Boolean operations (http://www.dynoinsight.com/Help/Geom/Ob ... oolOp.aspx ). See how it works in the PlanarOps sample. They are slightly more demanding on the quality of the mesh.

The full Boolean operations sometimes can be useful too. But assuming that there are problems with mesh they may not work, as they are the most demanding.

Regards