MTOGraphics3DTrack#

class ansys.stk.core.stkobjects.MTOGraphics3DTrack#

3D graphics properties for MTO tracks.

Overview#

show_graphics

Opt whether to display the track in the 3D Graphics window.

marker

Get the track’s 3D marker properties.

point

Get the track’s 3D point properties.

model

Get the track’s 3D model properties.

label

Get the track’s 3D label properties.

swap_distances

Get the track’s 3D swap distance properties.

range_contours

Get the MTO’s 3D range contour properties.

drop_lines

Return an interface allowing you to configure the MTO’s drop lines.

identifier

Get the identification number of the track. Dimensionless.

should_fade_over_trail_time

Control whether trailing line fades over trail time.

Import detail#

from ansys.stk.core.stkobjects import MTOGraphics3DTrack

Property detail#

property MTOGraphics3DTrack.show_graphics: bool#

Opt whether to display the track in the 3D Graphics window.

property MTOGraphics3DTrack.marker: MTOGraphics3DMarker#

Get the track’s 3D marker properties.

property MTOGraphics3DTrack.point: MTOGraphics3DPoint#

Get the track’s 3D point properties.

property MTOGraphics3DTrack.model: MTOGraphics3DModel#

Get the track’s 3D model properties.

property MTOGraphics3DTrack.label: Graphics3DOffsetLabel#

Get the track’s 3D label properties.

property MTOGraphics3DTrack.swap_distances: MTOGraphics3DSwapDistances#

Get the track’s 3D swap distance properties.

property MTOGraphics3DTrack.range_contours: Graphics3DRangeContours#

Get the MTO’s 3D range contour properties.

property MTOGraphics3DTrack.drop_lines: MTOGraphics3DDropLines#

Return an interface allowing you to configure the MTO’s drop lines.

property MTOGraphics3DTrack.identifier: int#

Get the identification number of the track. Dimensionless.

property MTOGraphics3DTrack.should_fade_over_trail_time: bool#

Control whether trailing line fades over trail time.