| How to draw mesh |
 |
| ji won kim |
2013/03/19 16:27 |
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 |
2013/03/20 11:47 |
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 |
 |
| | | |