Closing the ends of a swept_disk_solid by default

This commit is contained in:
Ryan Schultz
2022-08-28 10:22:42 -05:00
committed by Dion Moult
parent 68bf7a08e0
commit 6ce86ae368
@@ -1107,6 +1107,7 @@ class IfcImporter:
polyline.points[-1].co = representation["matrix"] @ mathutils.Vector(v2)
curve.bevel_depth = self.unit_scale * item.Radius
curve.use_fill_caps = True
return curve
def create_native_annotation(self, element, mesh_name):