mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
Minor fix
This commit is contained in:
@@ -722,11 +722,11 @@ class QtoCalculator:
|
|||||||
|
|
||||||
# # Following code is here temporarily to test newly created functions:
|
# # Following code is here temporarily to test newly created functions:
|
||||||
|
|
||||||
qto = QtoCalculator()
|
#qto = QtoCalculator()
|
||||||
o = bpy.context.active_object
|
#o = bpy.context.active_object
|
||||||
sel = bpy.context.selected_objects
|
#sel = bpy.context.selected_objects
|
||||||
|
#
|
||||||
nl = '\n'
|
#nl = '\n'
|
||||||
# print(
|
# print(
|
||||||
# f"get_linear_length: {qto.get_linear_length(o)}{nl}{nl}"
|
# f"get_linear_length: {qto.get_linear_length(o)}{nl}{nl}"
|
||||||
# f"get_width: {qto.get_width(o)}{nl}{nl}"
|
# f"get_width: {qto.get_width(o)}{nl}{nl}"
|
||||||
|
|||||||
Reference in New Issue
Block a user