BRepMesh_FastDiscret(shape, deflection, angularDeflection, box);
Handle(Poly_Triangulation) triangulation = BRep_Tool::Triangulation(shape, loc);
From the triangulation, you can easily create index, vertex, and normal buffers.
--
You received this message because you are subscribed to the Google Groups "oce-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to oce-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you,
Eric