mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 04:08:04 +00:00
Add AI-enabled web 2.0 hypermedia API generate digital twin button
This commit is contained in:
@@ -851,3 +851,11 @@ class CreateSheets(bpy.types.Operator):
|
||||
sheet_builder.data_dir = bpy.context.scene.BIMProperties.data_dir
|
||||
sheet_builder.build()
|
||||
return {'FINISHED'}
|
||||
|
||||
class GenerateDigitalTwin(bpy.types.Operator):
|
||||
bl_idname = 'bim.generate_digital_twin'
|
||||
bl_label = 'Generate Digital Twin'
|
||||
|
||||
def execute(self, context):
|
||||
# Does absolutely nothing at all :D
|
||||
return {'FINISHED'}
|
||||
|
||||
Reference in New Issue
Block a user