mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
typing
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
import bpy
|
import bpy
|
||||||
import ifcopenshell
|
import ifcopenshell
|
||||||
|
import ifcopenshell.util.element
|
||||||
import bonsai.tool as tool
|
import bonsai.tool as tool
|
||||||
import math
|
import math
|
||||||
from bonsai.bim.prop import ObjProperty
|
from bonsai.bim.prop import ObjProperty
|
||||||
|
|||||||
@@ -316,6 +316,8 @@ class BIM_MT_add_representation_item(Menu):
|
|||||||
|
|
||||||
|
|
||||||
class CreateObjectUI:
|
class CreateObjectUI:
|
||||||
|
layout: bpy.types.UILayout
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def draw(cls, context, layout, ifc_element_type=None):
|
def draw(cls, context, layout, ifc_element_type=None):
|
||||||
cls.layout = layout
|
cls.layout = layout
|
||||||
|
|||||||
Reference in New Issue
Block a user