Skip to content

Reply To: Pre-processing about STL file

#6925
mathias
Keymaster

1/ There is cpp code. You can extent the geometry classes.
2/ https://www.openlb.net/DoxyGen/html/d5/d9e/classolb_1_1SuperGeometryStatistics2D.html#accd028ebb8f0d9352a87afed0268e7b8

Returns the max. phys position in each direction.

Definition at line 305 of file superGeometryStatistics2D.hh.
306 {
307 update();
308 return const_this->getMaxPhysR(material);
309 }