mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 11:24:19 +00:00
added 3"=1'-0" scale (a common scale), and corrected 6"=1'-0" scale
This commit is contained in:
@@ -99,7 +99,8 @@ def get_diagram_scales(self, context):
|
||||
diagram_scales_enum = [
|
||||
("CUSTOM", "Custom", ""),
|
||||
("1'=1'-0\"|1/1", "1'=1'-0\"", ""),
|
||||
('6"=1\'-0"|1/6', '6"=1\'-0"', ""),
|
||||
('6"=1\'-0"|1/2', '6"=1\'-0"', ""),
|
||||
('3"=1\'-0"|1/4', '3"=1\'-0"', ""),
|
||||
('1-1/2"=1\'-0"|1/8', '1-1/2"=1\'-0"', ""),
|
||||
('1"=1\'-0"|1/12', '1"=1\'-0"', ""),
|
||||
('3/4"=1\'-0"|1/16', '3/4"=1\'-0"', ""),
|
||||
|
||||
Reference in New Issue
Block a user