VehicleGraphics3DModelRoute#

class ansys.stk.core.stkobjects.VehicleGraphics3DModelRoute#

Bases: IGraphics3DModel

3D marker for great arc vehicles.

Overview#

route_marker

Represents the vehicle while traveling along its route.

show_point

Whether the point that is shown at certain viewing distances to represent an object, is visible.

point_size

A size of the point (in pixels). Dimensionless.

gltf_reflection_map_type

Get or set the glTF reflection map type property. A member of the ModelGltfReflectionMapType enumeration.

gltf_image_based

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.