VehicleGraphics3DBPlaneTemplate#
- class ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneTemplate#
An element of VehicleGraphics3DBPlaneTemplatesCollection.
Overview#
Get or set the name of the template. |
|
Get or set the description of the template. |
|
Get or set the templateβs central body. |
|
Get a list of available central bodies. |
|
Get or set the templateβs reference vector. |
|
Get a list of available vectors. |
|
Whether the Cartesian grid is displayed with the template. |
|
Whether the Polar grid is displayed with the template. |
|
Get or set the distance between grid lines. Uses Distance Dimension. |
|
Return the 3D BPlane template display collection. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DBPlaneTemplate
Property detail#
- property VehicleGraphics3DBPlaneTemplate.description: str#
Get or set the description of the template.
- property VehicleGraphics3DBPlaneTemplate.central_body: str#
Get or set the templateβs central body.
- property VehicleGraphics3DBPlaneTemplate.available_central_bodies: list#
Get a list of available central bodies.
- property VehicleGraphics3DBPlaneTemplate.reference_vector: str#
Get or set the templateβs reference vector.
- property VehicleGraphics3DBPlaneTemplate.show_cartesian_grid: bool#
Whether the Cartesian grid is displayed with the template.
- property VehicleGraphics3DBPlaneTemplate.show_polar_grid: bool#
Whether the Polar grid is displayed with the template.
- property VehicleGraphics3DBPlaneTemplate.grid_spacing: float#
Get or set the distance between grid lines. Uses Distance Dimension.
- property VehicleGraphics3DBPlaneTemplate.display_elements: VehicleGraphics3DBPlaneTemplateDisplayCollection#
Return the 3D BPlane template display collection.