mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
@@ -504,11 +504,10 @@ class Usecase:
|
|||||||
geom_data = self.settings["geometry"]
|
geom_data = self.settings["geometry"]
|
||||||
|
|
||||||
if isinstance(geom_data, bpy.types.Mesh):
|
if isinstance(geom_data, bpy.types.Mesh):
|
||||||
if not self.is_mesh_curve_consecutive(geom_data):
|
if self.is_mesh_curve_consecutive(geom_data):
|
||||||
return
|
if self.file.schema == "IFC2X3":
|
||||||
if self.file.schema == "IFC2X3":
|
return self.create_curves_from_mesh_ifc2x3(should_exclude_faces=should_exclude_faces, is_2d=is_2d)
|
||||||
return self.create_curves_from_mesh_ifc2x3(should_exclude_faces=should_exclude_faces, is_2d=is_2d)
|
return self.create_curves_from_mesh(should_exclude_faces=should_exclude_faces, is_2d=is_2d)
|
||||||
return self.create_curves_from_mesh(should_exclude_faces=should_exclude_faces, is_2d=is_2d)
|
|
||||||
|
|
||||||
import blenderbim.tool as tool
|
import blenderbim.tool as tool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user