mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 06:47:57 +00:00
Remove duplicate line
This commit is contained in:
@@ -67,7 +67,6 @@ class BIM_PT_Boundary(Panel):
|
|||||||
def draw(self, context):
|
def draw(self, context):
|
||||||
props = context.active_object.BIMObjectProperties
|
props = context.active_object.BIMObjectProperties
|
||||||
ifc_file = tool.Ifc.get()
|
ifc_file = tool.Ifc.get()
|
||||||
element = ifc_file.by_id(props.ifc_definition_id)
|
|
||||||
boundary = ifc_file.by_id(props.ifc_definition_id)
|
boundary = ifc_file.by_id(props.ifc_definition_id)
|
||||||
self.bprops = context.active_object.bim_boundary_properties
|
self.bprops = context.active_object.bim_boundary_properties
|
||||||
if self.bprops.is_editing:
|
if self.bprops.is_editing:
|
||||||
|
|||||||
Reference in New Issue
Block a user