ON_MeshProperties Angle C++

Hi,

I have been meshing some breps recently using ON_Brep::CreateMesh(), and now I need to control the angles in mesh faces (triangles/quadrangles) because I use the meshes for static analysis and too large or too small angles are not acceptable. However in ON_MeshParameters I do not see the option to control this. Is this possible?

Thanks!
Milos

Any way of controlling mesh face angles? Maybe splitting faces when the angle is too small or something like that?

@tim is this something you can help with?