Offset point and line from center

Hello @DavidRutten
Can you add two components to create line from center like in rectangle, cube
And offset point, like offset line.
And boolean input for offset component to enable offset in two directions

image

You can probably DIY on this, although I don’t know how they handle merge requests.


Alternatively, you can add your own functions in the rhinoscriptsyntax library. A bit of a hack.
Beware however that each time you update Rhino this gets overwritten. The library is in:
C:\Users\{your name}\AppData\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\IronPython ({some guid})\settings\lib\
1 Like

Thanks, i will check it