VehicleGraphics3DBPlanePoint#

class ansys.stk.core.stkobjects.VehicleGraphics3DBPlanePoint#

3D BPlane Additional Point.

Overview#

name

Get or set the name of B-Plane point.

b_dot_t

Get or set the value of BdotT (Cartesian). Uses Distance Dimension.

b_dot_r

Get or set the value of BdotR (Cartesian). Uses Distance Dimension.

b_magnitude

Get or set the value of BMag (polar). Uses Distance Dimension.

theta

Get or set the value of Theta (polar). Uses Angle Dimension.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DBPlanePoint

Property detail#

property VehicleGraphics3DBPlanePoint.name: str#

Get or set the name of B-Plane point.

property VehicleGraphics3DBPlanePoint.b_dot_t: float#

Get or set the value of BdotT (Cartesian). Uses Distance Dimension.

property VehicleGraphics3DBPlanePoint.b_dot_r: float#

Get or set the value of BdotR (Cartesian). Uses Distance Dimension.

property VehicleGraphics3DBPlanePoint.b_magnitude: float#

Get or set the value of BMag (polar). Uses Distance Dimension.

property VehicleGraphics3DBPlanePoint.theta: float#

Get or set the value of Theta (polar). Uses Angle Dimension.