Conic Rectangles error

I am running build 2014-06-30. When I try to create a conic rounded rectangle I receive an error when using the center command. My steps:

  1. Choose ‘Rounded Rectangle - Conic Corners’ from Tool Palette
  2. Type “C” to draw from center, then Enter
  3. Click for origin or type a value and receive an error that states: _Corner=_Conic not implemented

Thanks for the report. The same “unimplemented command” error happens in Rhino for Windows, so I’ll let @pascal know about this.

Looks like the macro under the button is wrong - it’s missing one “Pause”:

Current:
! _Rectangle _Rounded _Pause _Pause _Corner=_Conic _Pause

Should be:
! _Rectangle _Rounded _Pause _Pause _Pause _Corner=_Conic _Pause

Same thing for the corner=Arc macro (LMB in Windows)

–Mitch

Hi Marlin, Mitch - hmmm- the button works here in Windows so far, likes the Center option well enough… what am I missing?

-Pascal

The command works, but without the third Pause I added, an error message is printed to the command line:

Without the extra pause:

Command: _Rectangle First corner of rectangle ( 3Point  Vertical  Center  Rounded ): _Rounded First corner of rectangle ( 3Point  Vertical  Center ): _Pause First corner of rectangle ( 3Point  Vertical  Center ): center Center of rectangle: _Pause Center of rectangle: 0,0,0 Other corner or length ( 3Point ): _Corner=_Arc *Unknown command: _Corner=_Arc* Other corner or length ( 3Point ): _Pause Other corner or length ( 3Point ): Rho or point for conic corner to pass through <0.603> ( Corner=Conic ):

With the extra pause:

Command: _Rectangle First corner of rectangle ( 3Point  Vertical  Center  Rounded ): _Rounded First corner of rectangle ( 3Point  Vertical  Center ): _Pause First corner of rectangle ( 3Point  Vertical  Center ): center Center of rectangle: _Pause Center of rectangle: 0,0,0 Other corner or length ( 3Point ): _Pause Other corner or length ( 3Point ): Rho or point for conic corner to pass through <0.574> ( Corner=Conic ): _Corner=_Conic Rho or point for conic corner to pass through <0.574> ( Corner=Conic ): _Pause Rho or point for conic corner to pass through <0.574> ( Corner=Conic ):
Oh, and the arc corner has the same problem…

??? --Mitch

Yep, I see that- I’ll fix the macros, thanks.

http://mcneel.myjetbrains.com/youtrack/issue/RH-27984

-Pascal