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