solved))
BRepAdaptor_CompCurve wireAd(aWire, Standard_True);
excuse me - it is to simple)
But sometimes hard to find...
Archived discussion
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
Posts are displayed in their archived order.
solved))
BRepAdaptor_CompCurve wireAd(aWire, Standard_True);
excuse me - it is to simple)
But sometimes hard to find...