How to draw mesh

i have geometry information about mesh( node position( x, y, z), node index of surface and volume element).

i display mesh using TopoDS_Vertex, edge, Face... but this way is very slow.

please introduce other way to draw mesh

Pawel's picture

Hello,

you can try
- using TopoDS_Compound
- using MeshVS
- implementing your own AIS_Shape

The problem has already been considered on this forum so you might want to try searching for the threads discussing the above solutions.

Hope this helps,
Pawel