mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Polyline tool - add "dm" and "cm" to the input validation.
This commit is contained in:
@@ -379,7 +379,7 @@ class Polyline(bonsai.core.tool.Polyline):
|
||||
|
||||
FORMULA: "="
|
||||
|
||||
metric: NUMBER "mm"? "m"? "°"?
|
||||
metric: NUMBER "mm"? "cm"? "dm"? "m"? "°"?
|
||||
|
||||
expr: (ADD | SUB | MUL | DIV) dim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user