Uniform Meshing algorithm

Hello,

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's picture

Look at the class BRepLib_PointCloudShape. Note that you should inherit it to redefine the method AddPoint.