From abd7c93c352ff542c2c7cd5149dbae1ec78b39f7 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 22 Oct 2024 15:56:07 +0500 Subject: [PATCH] bim.generate_space - document --- src/bonsai/bonsai/bim/module/model/space.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/bonsai/bonsai/bim/module/model/space.py b/src/bonsai/bonsai/bim/module/model/space.py index cb0bb79f49..1ef472d901 100644 --- a/src/bonsai/bonsai/bim/module/model/space.py +++ b/src/bonsai/bonsai/bim/module/model/space.py @@ -27,9 +27,12 @@ class GenerateSpace(bpy.types.Operator, tool.Ifc.Operator): bl_label = "Generate Space from Cursor" bl_options = {"REGISTER"} bl_description = ( - "Create a space from the cursor position. " + "Create a space from the cursor position.\n\n" "Move the cursor position into the desired position, " - "select the right space collection and run the operator" + "set RL value in Spatial Tool (it's a height of the cutting plane to generate space footprint), " + "select the right default space container and run the operator.\n\n" + "Note that if object is active, it will be used as a reference point instead of cursor. " + "If the active object is IfcSpace, it will be reused instead of creating a new IfcSpace" ) def _execute(self, context):