Antoine H Wed, 05/31/2023 - 12:14 Forums: Modeling Data and AlgorithmsHello, Is there a way to obtain a mesh with uniformly spaced points ? Something like the GCPnts_QuasiUniformAbscissa, but for the whole Shape mesh. Best, Mikhail Sazonov Wed, 05/31/2023 - 21:57 Look at the class BRepLib_PointCloudShape. Note that you should inherit it to redefine the method AddPoint. Log in to post comments
Wed, 05/31/2023 - 21:57
Look at the class BRepLib_PointCloudShape. Note that you should inherit it to redefine the method AddPoint.