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