VehicleGraphics3DModelRoute#
- class ansys.stk.core.stkobjects.VehicleGraphics3DModelRoute#
Bases:
IGraphics3DModel
3D marker for great arc vehicles.
Overview#
Represents the vehicle while traveling along its route. |
|
Whether the point that is shown at certain viewing distances to represent an object, is visible. |
|
A size of the point (in pixels). Dimensionless. |
|
Get or set the glTF reflection map type property. A member of the ModelGltfReflectionMapType enumeration. |
|
Get the glTF Image Based properties. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DModelRoute
Property detail#
- property VehicleGraphics3DModelRoute.route_marker: Graphics3DMarker#
Represents the vehicle while traveling along its route.
- property VehicleGraphics3DModelRoute.show_point: bool#
Whether the point that is shown at certain viewing distances to represent an object, is visible.
- property VehicleGraphics3DModelRoute.point_size: Any#
A size of the point (in pixels). Dimensionless.
- property VehicleGraphics3DModelRoute.gltf_reflection_map_type: ModelGltfReflectionMapType#
Get or set the glTF reflection map type property. A member of the ModelGltfReflectionMapType enumeration.
- property VehicleGraphics3DModelRoute.gltf_image_based: Graphics3DModelglTFImageBased#
Get the glTF Image Based properties.