DiscussionsIssue archiveOther usage issues

Archived discussion

Wire curve parameter

Other usage issuesWed, 11/23/2011 - 23:551 reply

Browse this forum
QuestionAuthor

Hi again.
I have
BRepAdaptor_CompCurve wireAd(aWire);

But it's parameterization is not good:
each edge form this wire parameterized from [i..i+1] - not to the natural parameter of the hole curve.

How can I change parameterization of cure which is corresponds to wire which is consists of several wires?

Discussion

1 archived reply

Posts are displayed in their archived order.

01Author

solved))

BRepAdaptor_CompCurve wireAd(aWire, Standard_True);

excuse me - it is to simple)
But sometimes hard to find...