Author Topic: Ascertaining Relative Location To Curve  (Read 6009 times)

0 Members and 1 Guest are viewing this topic.

Spike Wilbury

  • Guest
Re: Ascertaining Relative Location To Curve
« Reply #15 on: June 29, 2009, 10:24:20 AM »
you need to check if the objects are valid first, before doing anything, and I never had use the call to trans.Abort();

wannabe

  • Guest
Re: Ascertaining Relative Location To Curve
« Reply #16 on: June 29, 2009, 10:41:58 AM »
you need to check if the objects are valid first, before doing anything, and I never had use the call to trans.Abort();

The curve is being offset, hence the curveLCollection being populate with the single curve offset on the one side. However, the offset to the other is failing.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8662
  • AKA Daniel
Re: Ascertaining Relative Location To Curve
« Reply #17 on: June 29, 2009, 06:22:27 PM »
Have alook at AcDbCurve::getOffsetCurves in the ARX docs. Aslo have you tried what sinc posted?