VehicleGraphics3DBPlaneTargetPointPositionCartesian =================================================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPointPositionCartesian Cartesian. .. py:currentmodule:: VehicleGraphics3DBPlaneTargetPointPositionCartesian Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPointPositionCartesian.b_dot_t` - Get or set the value of a dot product of vector B and unit vector T. Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPointPositionCartesian.b_dot_r` - Get or set the value of a dot product of vector B and unit vector R. Uses Distance Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DBPlaneTargetPointPositionCartesian Property detail --------------- .. py:property:: b_dot_t :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPointPositionCartesian.b_dot_t :type: float Get or set the value of a dot product of vector B and unit vector T. Uses Distance Dimension. .. py:property:: b_dot_r :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPointPositionCartesian.b_dot_r :type: float Get or set the value of a dot product of vector B and unit vector R. Uses Distance Dimension.