VehicleGraphics3DBPlaneTargetPoint#
- class ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTargetPoint#
3D BPlane TargetPoint.
Overview#
Set the position type of the BPlane target point. |
|
Get a value indicating whether the specified type can be used. |
Whether the Target Point is displayed. |
|
Get or set the color of the Target Point. |
|
Get the position type of the BPlane target point. |
|
Return an array of valid choices. |
|
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.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:
- VehicleGraphics3DBPlaneTargetPoint.is_position_type_supported(self, position: VehicleGraphics3DBPlaneTargetPointPosition) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
position :
VehicleGraphics3DBPlaneTargetPointPosition
- Returns: