VehicleGraphics3DModelTrajectory#

class ansys.stk.core.stkobjects.VehicleGraphics3DModelTrajectory#

Bases: IGraphics3DModel

Marker for launch vehicle or missile.

Overview#

trajectory_marker

Represents the vehicle while traveling along its actual trajectory.

ground_marker

Represents the vehicle’s position along its ground track.

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 VehicleGraphics3DModelTrajectory

Property detail#

property VehicleGraphics3DModelTrajectory.trajectory_marker: Graphics3DMarker#

Represents the vehicle while traveling along its actual trajectory.

property VehicleGraphics3DModelTrajectory.ground_marker: Graphics3DMarker#

Represents the vehicle’s position along its ground track.

property VehicleGraphics3DModelTrajectory.show_point: bool#

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

property VehicleGraphics3DModelTrajectory.point_size: Any#

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

property VehicleGraphics3DModelTrajectory.gltf_reflection_map_type: ModelGltfReflectionMapType#

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

property VehicleGraphics3DModelTrajectory.gltf_image_based: Graphics3DModelglTFImageBased#

Get the glTF Image Based properties.