mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +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: "="
|
FORMULA: "="
|
||||||
|
|
||||||
metric: NUMBER "mm"? "m"? "°"?
|
metric: NUMBER "mm"? "cm"? "dm"? "m"? "°"?
|
||||||
|
|
||||||
expr: (ADD | SUB | MUL | DIV) dim
|
expr: (ADD | SUB | MUL | DIV) dim
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user