gumyr/build123d

position_at doesn't get the correct position with Wires and PositionMode.LENGTH

Closed this issue · 0 comments

circle = Wire(
    [
        Edge.make_circle(1, start_angle=0, end_angle=180),
        Edge.make_circle(1, start_angle=180, end_angle=360),
    ]
)
p1 = circle.position_at(pi, position_mode=PositionMode.LENGTH)

image