IGreatArcGraphics#
- class ansys.stk.core.stkobjects.IGreatArcGraphics#
2D Graphics common for all Great Arc Vehicles.
Overview#
Set the 2D Graphics attributes type for the vehicle. |
|
Get a value indicating whether the specified type can be used. |
Get the 2D Graphics attributes type for the vehicle: basic, access intervals, custom intervals, or real time. |
|
Return an array of valid choices. |
|
Get the vehicleβs 2D Graphics attributes. |
|
Get the vehicleβs 2D route graphics. |
|
Get the vehicleβs 2D waypoint marker graphics. |
|
Get the vehicleβs 2D resolution graphics. |
|
Get the vehicleβs 2D range contour graphics. |
|
Get the vehicleβs 2D lighting graphics. |
|
Get the vehicleβs 2D ground ellipses graphics. |
|
Notes attached to the object and displayed in the 2D and 3D Graphics windows. |
|
Specify whether to use the name of the vehicle (as shown in the Object Browser) as its label. |
|
The user-specified name to use as a label for the vehicle. |
|
Specify whether graphics attributes of the vehicle are visible. |
Import detail#
from ansys.stk.core.stkobjects import IGreatArcGraphics
Property detail#
- property IGreatArcGraphics.attributes_type: VehicleGraphics2DAttributeType#
Get the 2D Graphics attributes type for the vehicle: basic, access intervals, custom intervals, or real time.
- property IGreatArcGraphics.attributes: IVehicleGraphics2DAttributes#
Get the vehicleβs 2D Graphics attributes.
- property IGreatArcGraphics.pass_data: VehicleGraphics2DRoutePassData#
Get the vehicleβs 2D route graphics.
- property IGreatArcGraphics.waypoint_marker: VehicleGraphics2DWaypointMarker#
Get the vehicleβs 2D waypoint marker graphics.
- property IGreatArcGraphics.resolution: VehicleGraphics2DRouteResolution#
Get the vehicleβs 2D resolution graphics.
- property IGreatArcGraphics.range_contours: Graphics2DRangeContours#
Get the vehicleβs 2D range contour graphics.
- property IGreatArcGraphics.lighting: VehicleGraphics2DLighting#
Get the vehicleβs 2D lighting graphics.
- property IGreatArcGraphics.ground_ellipses: VehicleGraphics2DGroundEllipsesCollection#
Get the vehicleβs 2D ground ellipses graphics.
- property IGreatArcGraphics.label_notes: LabelNoteCollection#
Notes attached to the object and displayed in the 2D and 3D Graphics windows.
- property IGreatArcGraphics.use_instance_name_label: bool#
Specify whether to use the name of the vehicle (as shown in the Object Browser) as its label.
Method detail#
- IGreatArcGraphics.set_attributes_type(self, attributes: VehicleGraphics2DAttributeType) None #
Set the 2D Graphics attributes type for the vehicle.
- Parameters:
attributes :
VehicleGraphics2DAttributeType
- Returns:
- IGreatArcGraphics.is_attributes_type_supported(self, attributes: VehicleGraphics2DAttributeType) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
attributes :
VehicleGraphics2DAttributeType
- Returns: