mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Small description for some type templates
This commit is contained in:
@@ -138,8 +138,8 @@ class BIMModelProperties(PropertyGroup):
|
|||||||
type_template: bpy.props.EnumProperty(
|
type_template: bpy.props.EnumProperty(
|
||||||
items=(
|
items=(
|
||||||
("MESH", "Custom Mesh", ""),
|
("MESH", "Custom Mesh", ""),
|
||||||
("LAYERSET_AXIS2", "Vertical Layers", ""),
|
("LAYERSET_AXIS2", "Vertical Layers", "For objects similar to walls"),
|
||||||
("LAYERSET_AXIS3", "Horizontal Layers", ""),
|
("LAYERSET_AXIS3", "Horizontal Layers", "For objects similar to slabs"),
|
||||||
("PROFILESET", "Extruded Profile", ""),
|
("PROFILESET", "Extruded Profile", ""),
|
||||||
("EMPTY", "Non-Geometric Type", ""),
|
("EMPTY", "Non-Geometric Type", ""),
|
||||||
("WINDOW", "Window", ""),
|
("WINDOW", "Window", ""),
|
||||||
|
|||||||
Reference in New Issue
Block a user