Wire curve parameter

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?

Dmitry Kidyaev's picture

solved))

BRepAdaptor_CompCurve wireAd(aWire, Standard_True);

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