Rhino 7 : rounded rectangle - conic corners doesn't work

Hello everyone, I would like to make a rectangle but the function doesn’t work. As soon as I try to make the rectangle with the right button of my mouse it writes in the command line :
Unknown command:_Corner=_Arc

What should I do to fix this problem?

Thank you for your help.

It appears to be working here in Rhino 7. Have you modified your workspace/toolbars in any way?
Can you run SystemInfo in Rhino and copy/paste the results here?

Hello Helvetosaur,
I don’t think I’ve changed anything. Here is the system info :

Rhino 7 SR37 2024-4-16 (Rhino 7, 7.37.24107.15001, Git hash:master @ d2e42f70b9d3aa58f6053e2998a0db2abcd7555b)
License type: Commercial, build 2024-04-16
License details: Cloud Zoo

Windows 11 (10.0.22631 SR0.0) or greater (Physical RAM: 15Gb)

Computer platform: LAPTOP - Plugged in [100% battery remaining]

Non-hybrid graphics configuration.
Primary display and OpenGL: NVIDIA GeForce RTX 4060 Laptop GPU (NVidia) Memory: 8GB, Driver date: 5-24-2024 (M-D-Y). OpenGL Ver: 4.6.0 NVIDIA 555.94
> Integrated accelerated graphics device with 1 adapter port(s)
- Windows Main Display is laptop’s integrated screen or built-in port

Secondary graphics devices.
AMD Radeon™ Graphics (AMD) Memory: 1GB, Driver date: 3-5-2024 (M-D-Y).
> Integrated accelerated graphics device with 10 adapter port(s)
- Secondary monitor is laptop’s integrated screen or built-in port

OpenGL Settings
Safe mode: Off
Use accelerated hardware modes: On
Redraw scene when viewports are exposed: On
Graphics level being used: OpenGL 4.6 (primary GPU’s maximum)

Anti-alias mode: 4x
Mip Map Filtering: Linear
Anisotropic Filtering Mode: High

Vendor Name: NVIDIA Corporation
Render version: 4.6
Shading Language: 4.60 NVIDIA
Driver Date: 5-24-2024
Driver Version: 32.0.15.5594
Maximum Texture size: 32768 x 32768
Z-Buffer depth: 24 bits
Maximum Viewport size: 32768 x 32768
Total Video Memory: 8188 MB

Rhino plugins that do not ship with Rhino
C:\Users\chris\AppData\Roaming\McNeel\Rhinoceros\7.0\Plug-ins\KeyShotRhinoPlugin (78243fe3-17a0-4865-b713-88b4c224c48c)\1.5.0.0\KeyShotRhinoPlugin\KeyShotRhinoPlugin.rhp “KeyShotRhinoPlugin” 1.0.0.0

Rhino plugins that ship with Rhino
C:\Program Files\Rhino 7\Plug-ins\Commands.rhp “Commands” 7.37.24107.15001
C:\Program Files\Rhino 7\Plug-ins\rdk.rhp “Renderer Development Kit”
C:\Program Files\Rhino 7\Plug-ins\RhinoRenderCycles.rhp “Rhino Render” 7.37.24107.15001
C:\Program Files\Rhino 7\Plug-ins\rdk_etoui.rhp “RDK_EtoUI” 7.37.24107.15001
C:\Program Files\Rhino 7\Plug-ins\rdk_ui.rhp “Renderer Development Kit UI”
C:\Program Files\Rhino 7\Plug-ins\NamedSnapshots.rhp “Snapshots”
C:\Program Files\Rhino 7\Plug-ins\RhinoCycles.rhp “RhinoCycles” 7.37.24107.15001
C:\Program Files\Rhino 7\Plug-ins\Toolbars\Toolbars.rhp “Toolbars” 7.37.24107.15001
C:\Program Files\Rhino 7\Plug-ins\3dxrhino.rhp “3Dconnexion 3D Mouse”
C:\Program Files\Rhino 7\Plug-ins\Displacement.rhp “Displacement”

Can you Shift+right-click on the rounded rectangle button and post a screenshot of the macros under the button? Here is what I have in the default workspace in V7:

I have the same thing as you.

OK, I can’t explain it then… When you right-click that specific button you get the error message?

When I right-click on my mouse,
on the command, i see :
First corner of rectangle ( 3Point Vertical Center AroundCurve Rounded ): _Rounded
First corner of rectangle ( 3Point Vertical Center AroundCurve ): _Pause
First corner of rectangle ( 3Point Vertical Center AroundCurve )

When I make a simple rounded rectangle, it’s ok and I see :slight_smile:
First corner of rectangle ( 3Point Vertical Center AroundCurve Rounded ): _Rounded
First corner of rectangle ( 3Point Vertical Center AroundCurve ): _Pause
First corner of rectangle ( 3Point Vertical Center AroundCurve )
Command: _Rectangle

It’s very special…

Thank you for trying to find a solution. :smiling_face_with_three_hearts:

The problem is the mouse for all the commands with right-click. I will use another one but the problem is the same. I look into de Document Properties/mouse/right mouse button is enable…
Another idea ?

I can go tho layer and the right click it’s ok. It’s only with tools

Are you sure it isn’t accidentally (defectively) issuing a double-click or something?

no, I tested another brand of mouse and it’s the same.

Hi @Christel_De_Broyer,

Could you run the command _Toolbar in Rhino and in the options window that opens select the default entry under files. This will show the location of your default.rui configuration file.

Post the default.rui file here so we can check it out.

Regards
Jeremy

default.rui (8.6 MB)

Thanks Jeremy

Hi Christel,

I’ve taken a look at your default.rui file: the XML is well-formed, the macros are correct, still in their default state and properly linked to the toolbar items, and there are no conflicts with other macros - so I think we can rule the file out as a source of the problem.

Could we see what happens if, instead of selecting Rounded rectangle - conic corners from the toolbars, you type _Rectangle in the command line and then manually select the necessary options from the choices when they are presented there (first Rounded, then Conic, although the latter should be a default)?

Regards
Jeremy

I’m not sure what is going on here. But this button macro works in both V7 and V8.

! _Rectangle _Rounded _Pause _Pause _Corner=_Conic _Pause

Try it in the MacroEditor

– Dale

Hello Dale,
I just used the macro and it works! It’s great, but it would be annoying to have to do this for every function that uses the right-hand button… It’s a temporary solution, anyway.
Thanks

Hello Jeremy,
Lorsque je tape la commande _rectangle, voici ce qu’il propose. Conic n’apparaît pas… :

Command: _Rectangle
First corner of rectangle ( 3Point Vertical Center AroundCurve Rounded ):

Hi Christel,

The conics option comes at the end, after you have placed the two corners. Did you get that far?

Regards
Jeremy

I downloaded V8 and the problem is the same.