Where offsetAmount = 20.0
OffsetTolerance = 0.1
CornerStyle = Round
When i execute that line of code code on a particular curve (attached to this post) the code execution seems to hang forever (even if I’m using the Visual Studio debugger).
It doesn’t seem to work even if I try do create the offset curve using Rhino interface (see image)
The artifact you see when running the command is to let you know that the corner corner condition you chose isn’t going to work. If you complete the command you’ll see that the curve comes to a point in that area.
Also, here is the result I got using the simple Python script below, and there was no noticeable “hang” or delay:
Hi @dale!
Thanks for your reply.
I’m sorry to say that I’m not able to complete the command using Rhino offset tool, or using a RhinoCommon command.
Rhino hangs in both situations.
Well… It hanged yesterday!
Today everything seems to work fine!
Don’t know what to say…