Is there a representation for mesh as a Shape other than visualization object? How have u created a mesh ?
thanks
- PG
Archived discussion
Is there any way in OpenCascade to project a curve on a mesh ?
Thanxs.
Author
Discussion
Posts are displayed in their archived order.
Is there a representation for mesh as a Shape other than visualization object? How have u created a mesh ?
thanks
- PG
Hi,
You can overlook content of MeshDS, MeshAlgo, MeshTest, BRepMesh packages.
For first steps I would recommend you use Draw environment to play a little bit with accessible set of commands, for example or .
After that you can check commands implementation and repeat the same programmatically .
Good luck.
Commenter-2