Keerthana

Results 3 issues of Keerthana

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 File "C:\Users\Uday\.rhinocode\py39-rh8\site-envs\default-KA6C24DI\compas\geometry\curves\curve.py", line 605, in offset raise...

this is regarding the Scene class which allows to draw various compas geometry classes onto rhino. Currently it appears that the Scene.clear() method clears all the layers in rhino and...

request to fix issue related to forum discussion on Scene for NurbsCurve. https://forum.compas-framework.org/t/scene-for-compas-rhino-geometry-curves-nurbs-rhinonurbscurve/794 code to recreate issue ``` from compas.datastructures import Mesh from compas.geometry import Point, Vector, Line, Sphere, NurbsCurve...