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
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?
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
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:
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
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
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 ?
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.
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)?
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