VehicleGraphics3DBPlanePoint ============================ .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint 3D BPlane Additional Point. .. py:currentmodule:: VehicleGraphics3DBPlanePoint Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint.name` - Get or set the name of B-Plane point. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint.b_dot_t` - Get or set the value of BdotT (Cartesian). Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint.b_dot_r` - Get or set the value of BdotR (Cartesian). Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint.b_magnitude` - Get or set the value of BMag (polar). Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint.theta` - Get or set the value of Theta (polar). Uses Angle Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DBPlanePoint Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint.name :type: str Get or set the name of B-Plane point. .. py:property:: b_dot_t :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint.b_dot_t :type: float Get or set the value of BdotT (Cartesian). Uses Distance Dimension. .. py:property:: b_dot_r :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint.b_dot_r :type: float Get or set the value of BdotR (Cartesian). Uses Distance Dimension. .. py:property:: b_magnitude :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint.b_magnitude :type: float Get or set the value of BMag (polar). Uses Distance Dimension. .. py:property:: theta :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint.theta :type: float Get or set the value of Theta (polar). Uses Angle Dimension.