You are here: Home » Macro Library » Lesson 5.1 – drawer
Hi Keith,
Is there an advantage to using “swCurve.Identity = 3002” as oppose to “swCurve.IsCircle”?
Thanks, Max
Not in this example. I probably just didn’t know about ICurve::IsCircle when I wrote this.
Also, I should I have done this because it is clearer:
swCurve.Identity = CIRCLE_TYPE
You must be logged in to post a comment.
Hi Keith,
Is there an advantage to using “swCurve.Identity = 3002” as oppose to “swCurve.IsCircle”?
Thanks,
Max
Not in this example. I probably just didn’t know about ICurve::IsCircle when I wrote this.
Also, I should I have done this because it is clearer:
swCurve.Identity = CIRCLE_TYPE