ICartesian3Vector#
- class ansys.stk.core.stkutil.ICartesian3Vector#
Represents a cartesian 3-D vector.
Overview#
Import detail#
from ansys.stk.core.stkutil import ICartesian3Vector
Property detail#
Method detail#
- ICartesian3Vector.get(self) Tuple[float, float, float] #
Return cartesian vector.
- Returns:
Tuple[float, float, float]