mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
New door tag symbol
This commit is contained in:
@@ -3,4 +3,8 @@
|
||||
<g id="rectangle-tag">
|
||||
<rect x="-6" y="-2.5" width="12" height="5" fill="white" stroke="black" style="stroke-width: 0.25;" />
|
||||
</g>
|
||||
<g id="door-tag">
|
||||
<circle cy="1.75" r="5" fill="white" stroke="black" style="stroke-width: 0.25;" />
|
||||
<line x1="-5" y1="1.75" x2="5" y2="1.75" style="stroke:black; stroke-width: 0.25;" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 572 B |
@@ -414,6 +414,7 @@ class BIMTextProperties(PropertyGroup):
|
||||
symbol: EnumProperty(items=[
|
||||
('None', 'None', ''),
|
||||
('rectangle-tag', 'Rectangle Tag', ''),
|
||||
('door-tag', 'Door Tag', ''),
|
||||
], update=refreshFontSize, name='Symbol')
|
||||
related_element: PointerProperty(name='Related Element', type=bpy.types.Object)
|
||||
variables: CollectionProperty(name='Variables', type=Variable)
|
||||
|
||||
Reference in New Issue
Block a user