pointing_to_axis#
- static GeometryOperators.pointing_to_axis(*args, **kwargs)#
Retrieve the axes from the HFSS X axis and Y pointing axis as per the definition of the AEDT interface coordinate system.
- Parameters:
- x_pointing
List List of
[x, y, z]coordinates for the X axis.- y_pointing
List List of
[x, y, z]coordinates for the Y pointing axis.
- x_pointing
- Returns:
tuple[Xx, Xy, Xz], [Yx, Yy, Yz], [Zx, Zy, Zz]of the three axes (normalized).