Curve.Offset not working

Hi,

I want to offset a curve which is a polycurve in nature. However, the curve only work at certain distance. Some distance does not work. It says “Curve joined produce one wire in polycurve” I want to use curve.offset instead of polycurve.offset because I want the function to be as flexible as possible as in it can take in any curve.

Curve input for offset prob.sat (28.9 KB)
Offset Curve.dyn (6.3 KB)

You’re offsettting the curve to a point where it no longer exists - that is a radius in the curve is less than 5000 units. That will throw an error every time.

@minhchau.nguyen You could try replacing the curve with an approximation that works
20170922-7

1 Like

Hi thanks, the problems seem to be solved

1 Like