Sharp or Rounded
Which systemvariable controls, if the grading corners are sharp or rounded.
I need this information for using in a Lisp-program.
Roland
0
Comments
-
Hello.
From my testing, there is no dedicated system variable for the corner type property.
By default, the grading is created with rounded corner type.To work with it, something useful could be to experiment with the (getpropertyvalue) and (setpropertyvalue) functions.
The property is "Corner type~Civil".
The values are "Sharp" and "Rounded".0