mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Ooops, forgot to remove debug shape creation
This commit is contained in:
@@ -1112,8 +1112,6 @@ class MEPAddBend(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
flip_z_axis=start_segment_sign == -1,
|
flip_z_axis=start_segment_sign == -1,
|
||||||
)
|
)
|
||||||
|
|
||||||
bpy.ops.bim.create_shape_from_step_id(step_id=rep.id(), should_include_curves=True)
|
|
||||||
|
|
||||||
parametric_data = {
|
parametric_data = {
|
||||||
"start_length": self.start_length / si_conversion,
|
"start_length": self.start_length / si_conversion,
|
||||||
"end_length": self.end_length / si_conversion,
|
"end_length": self.end_length / si_conversion,
|
||||||
|
|||||||
Reference in New Issue
Block a user