mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
Fix issue when using "C" to close polyline.
This commit is contained in:
@@ -584,6 +584,9 @@ class Polyline(bonsai.core.tool.Polyline):
|
|||||||
polyline_point.x = first_point.x
|
polyline_point.x = first_point.x
|
||||||
polyline_point.y = first_point.y
|
polyline_point.y = first_point.y
|
||||||
polyline_point.z = first_point.z
|
polyline_point.z = first_point.z
|
||||||
|
polyline_point.dim = first_point.dim
|
||||||
|
polyline_point.angle = first_point.angle
|
||||||
|
polyline_point.position = first_point.position
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def clear_polyline(cls):
|
def clear_polyline(cls):
|
||||||
|
|||||||
Reference in New Issue
Block a user