You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The center_point behaviour is a bit unusual. Interpreting it as (r,z) results in rotated ports, but still in a radius around (0,0). However setting to (z,0) correctly offsets the plane in the z-direction.
Additionally, this class also accepts the azimuth_placement_angle parameter and processes it as expected.
The text was updated successfully, but these errors were encountered:
In the API reference, the CircularPort class is shown as:
The
center_point
behaviour is a bit unusual. Interpreting it as (r,z) results in rotated ports, but still in a radius around (0,0). However setting to (z,0) correctly offsets the plane in the z-direction.Additionally, this class also accepts the
azimuth_placement_angle
parameter and processes it as expected.The text was updated successfully, but these errors were encountered: