
Wed, 11/23/2011 - 23:55
Forums:
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?
Thu, 11/24/2011 - 00:01
solved))
BRepAdaptor_CompCurve wireAd(aWire, Standard_True);
excuse me - it is to simple)
But sometimes hard to find...