compas icon indicating copy to clipboard operation
compas copied to clipboard

request to complete implimentation of Polyline.offset()

Open KEERTHANAUDAY opened this issue 4 months ago • 1 comments

request to complete implementation of polyline.offset() method.

current error on running polyline.offset()

Traceback (most recent call last):
  File "file:///C:/Users/Uday/uday_dev/sbp_academy_24/scripts/A_00_inputs_canopy_comp.py", line 15, in <module>
  File "C:\Users\Uday\.rhinocode\py39-rh8\site-envs\default-KA6C24DI\compas\geometry\curves\curve.py", line 605, in offset
    raise NotImplementedError
NotImplementedError: 

KEERTHANAUDAY avatar Feb 21 '24 22:02 KEERTHANAUDAY