DiscussionsIssue archiveOther usage issues

Archived discussion

Projecting a Curve on a mesh.

Other usage issuesWed, 09/08/2010 - 14:572 replies

Browse this forum
QuestionAuthor

Is there any way in OpenCascade to project a curve on a mesh ?
Thanxs.

Author

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Is there a representation for mesh as a Shape other than visualization object? How have u created a mesh ?

thanks
- PG

02Commenter-2

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