VehicleGraphics3DModelTrajectory#
- class ansys.stk.core.stkobjects.VehicleGraphics3DModelTrajectory#
Bases:
IGraphics3DModel
Marker for launch vehicle or missile.
Overview#
Represents the vehicle while traveling along its actual trajectory. |
|
Represents the vehicleβs position along its ground track. |
|
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 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.