MTODefaultGraphics3DTrack#

class ansys.stk.core.stkobjects.MTODefaultGraphics3DTrack#

3D graphics properties for default 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.

should_fade_over_trail_time

Control whether trailing line fades over trail time.

Import detail#

from ansys.stk.core.stkobjects import MTODefaultGraphics3DTrack

Property detail#

property MTODefaultGraphics3DTrack.show_graphics: bool#

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

property MTODefaultGraphics3DTrack.marker: MTOGraphics3DMarker#

Get the track’s 3D marker properties.

property MTODefaultGraphics3DTrack.point: MTOGraphics3DPoint#

Get the track’s 3D point properties.

property MTODefaultGraphics3DTrack.model: MTOGraphics3DModel#

Get the track’s 3D model properties.

property MTODefaultGraphics3DTrack.label: Graphics3DOffsetLabel#

Get the track’s 3D label properties.

property MTODefaultGraphics3DTrack.swap_distances: MTOGraphics3DSwapDistances#

Get the track’s 3D swap distance properties.

property MTODefaultGraphics3DTrack.range_contours: Graphics3DRangeContours#

Get the MTO’s 3D range contour properties.

property MTODefaultGraphics3DTrack.drop_lines: MTOGraphics3DDropLines#

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

property MTODefaultGraphics3DTrack.should_fade_over_trail_time: bool#

Control whether trailing line fades over trail time.