VehicleGraphics3DBPlaneTargetPointPositionPolar =============================================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPointPositionPolar 3D BPlane target point position polar. .. py:currentmodule:: VehicleGraphics3DBPlaneTargetPointPositionPolar Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPointPositionPolar.b_magnitude` - Get or set the magnitude of B vector. For more information see ``B-Plane Targeting``. Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPointPositionPolar.theta` - Get or set the angle of B vector measured in the B-plane from T vector toward R vector. Uses Angle Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DBPlaneTargetPointPositionPolar Property detail --------------- .. py:property:: b_magnitude :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPointPositionPolar.b_magnitude :type: float Get or set the magnitude of B vector. For more information see ``B-Plane Targeting``. Uses Distance Dimension. .. py:property:: theta :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPointPositionPolar.theta :type: float Get or set the angle of B vector measured in the B-plane from T vector toward R vector. Uses Angle Dimension.