mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
fix typo
This commit is contained in:
@@ -939,7 +939,7 @@ class PolylineOperator:
|
|||||||
tool.Blender.update_viewport()
|
tool.Blender.update_viewport()
|
||||||
return {"RUNNING_MODAL"}
|
return {"RUNNING_MODAL"}
|
||||||
|
|
||||||
def get_product_preview_data(self, context: bpy.types.Context, relating_type: ifcopenshell.entity_isntance):
|
def get_product_preview_data(self, context: bpy.types.Context, relating_type: ifcopenshell.entity_instance) -> None:
|
||||||
if tool.Model.get_usage_type(relating_type) == "PROFILE":
|
if tool.Model.get_usage_type(relating_type) == "PROFILE":
|
||||||
if relating_type.is_a() in {"IfcColumnType", "IfcPileType"}:
|
if relating_type.is_a() in {"IfcColumnType", "IfcPileType"}:
|
||||||
data = get_vertical_profile_preview_data(context, relating_type)
|
data = get_vertical_profile_preview_data(context, relating_type)
|
||||||
|
|||||||
Reference in New Issue
Block a user