mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Closing the ends of a swept_disk_solid by default
This commit is contained in:
@@ -1107,6 +1107,7 @@ class IfcImporter:
|
|||||||
polyline.points[-1].co = representation["matrix"] @ mathutils.Vector(v2)
|
polyline.points[-1].co = representation["matrix"] @ mathutils.Vector(v2)
|
||||||
|
|
||||||
curve.bevel_depth = self.unit_scale * item.Radius
|
curve.bevel_depth = self.unit_scale * item.Radius
|
||||||
|
curve.use_fill_caps = True
|
||||||
return curve
|
return curve
|
||||||
|
|
||||||
def create_native_annotation(self, element, mesh_name):
|
def create_native_annotation(self, element, mesh_name):
|
||||||
|
|||||||
Reference in New Issue
Block a user