VehicleGraphics3DBPlaneTargetPoint#

class ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPoint#

3D BPlane TargetPoint.

Overview#

set_position_type

Set the position type of the BPlane target point.

is_position_type_supported

Get a value indicating whether the specified type can be used.

show_graphics

Whether the Target Point is displayed.

color

Get or set the color of the Target Point.

position_type

Get the position type of the BPlane target point.

position_supported_types

Return an array of valid choices.

position

Return the BPlane target point position.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DBPlaneTargetPoint

Property detail#

property VehicleGraphics3DBPlaneTargetPoint.show_graphics: bool#

Whether the Target Point is displayed.

property VehicleGraphics3DBPlaneTargetPoint.color: Color#

Get or set the color of the Target Point.

property VehicleGraphics3DBPlaneTargetPoint.position_type: VehicleGraphics3DBPlaneTargetPointPosition#

Get the position type of the BPlane target point.

property VehicleGraphics3DBPlaneTargetPoint.position_supported_types: list#

Return an array of valid choices.

property VehicleGraphics3DBPlaneTargetPoint.position: IVehicleGraphics3DBPlaneTargetPointPosition#

Return the BPlane target point position.

Method detail#

VehicleGraphics3DBPlaneTargetPoint.set_position_type(self, position: VehicleGraphics3DBPlaneTargetPointPosition) None#

Set the position type of the BPlane target point.

Parameters:

position : VehicleGraphics3DBPlaneTargetPointPosition

Returns:

None

VehicleGraphics3DBPlaneTargetPoint.is_position_type_supported(self, position: VehicleGraphics3DBPlaneTargetPointPosition) bool#

Get a value indicating whether the specified type can be used.

Parameters:

position : VehicleGraphics3DBPlaneTargetPointPosition

Returns:

bool