mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
Descriptions for add_representation conversion methods
This commit is contained in:
@@ -121,8 +121,15 @@ class AddRepresentation(bpy.types.Operator, Operator):
|
|||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
representation_conversion_method: bpy.props.EnumProperty(
|
representation_conversion_method: bpy.props.EnumProperty(
|
||||||
items=[
|
items=[
|
||||||
("OUTLINE", "Trace Outline", ""),
|
("OUTLINE", "Trace Outline", "Traces outline by local XY axes, for Profile - by local XZ axes."),
|
||||||
("BOX", "Bounding Box", ""),
|
(
|
||||||
|
"BOX",
|
||||||
|
"Bounding Box",
|
||||||
|
"Creates a bounding box representation.\n"
|
||||||
|
"For Plan context - 2D bounding box by local XY axes,\n"
|
||||||
|
"for Profile - 2D bounding box by local XZ axes.\n"
|
||||||
|
"For other contexts - bounding box is 3d.",
|
||||||
|
),
|
||||||
("PROJECT", "Full Representation", ""),
|
("PROJECT", "Full Representation", ""),
|
||||||
],
|
],
|
||||||
name="Representation Conversion Method",
|
name="Representation Conversion Method",
|
||||||
|
|||||||
Reference in New Issue
Block a user