mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Users can now specify what objects to cut for documentation with presets
This commit is contained in:
@@ -416,6 +416,13 @@ class BIMCameraProperties(PropertyGroup):
|
||||
view_name: StringProperty(name="View Name")
|
||||
diagram_scale: EnumProperty(items=getDiagramScales, name='Diagram Scale')
|
||||
is_nts: BoolProperty(name='Is NTS')
|
||||
cut_objects: EnumProperty(items=[
|
||||
('.IfcWall|.IfcSlab|.IfcCurtainWall|.IfcStair|.IfcStairFlight|.IfcColumn|.IfcBeam|.IfcMember|.IfcCovering',
|
||||
'Overall Plan / Section', ''),
|
||||
('.IfcElement', 'Detail Drawing', ''),
|
||||
('CUSTOM', 'Custom', '')
|
||||
], name='Cut Objects')
|
||||
cut_objects_custom: StringProperty(name='Custom Cut')
|
||||
|
||||
|
||||
class BIMTextProperties(PropertyGroup):
|
||||
|
||||
Reference in New Issue
Block a user