DiscussionsIssue archiveModeling Data and Algorithms

Archived discussion

how to wrapping curves onto a surface???

Modeling Data and AlgorithmsFri, 08/11/2023 - 10:152 replies

Browse this forum
QuestionAuthor

I have some wires and a cylinder surface(maybe other profile surface).How to wrapping curves onto a surface?
How to use opencascade to write these codes?
Attach files are what i want to render.

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

First you should create 2D curve.
Then use the class Approx_CurveOnSurface.

02Author

Thank you for your reply.
Wires project on planar surface use GeomProjLib::Project or BRepOffsetAPI_NormalProjection.
How 2d surface change 3d Cylindrical surface that includes all curves?