pointing_to_axis#

static GeometryOperators.pointing_to_axis(x_pointing, y_pointing)[source]#

Retrieve the axes from the HFSS X axis and Y pointing axis as per the definition of the AEDT interface coordinate system.

Parameters:
x_pointingList

List of [x, y, z] coordinates for the X axis.

y_pointingList

List of [x, y, z] coordinates for the Y pointing axis.

Returns:
tuple

[Xx, Xy, Xz], [Yx, Yy, Yz], [Zx, Zy, Zz] of the three axes (normalized).