MTODefaultGraphics3DTrack#
- class ansys.stk.core.stkobjects.MTODefaultGraphics3DTrack#
3D graphics properties for default MTO tracks.
Overview#
Opt whether to display the track in the 3D Graphics window. |
|
Get the trackβs 3D marker properties. |
|
Get the trackβs 3D point properties. |
|
Get the trackβs 3D model properties. |
|
Get the trackβs 3D label properties. |
|
Get the trackβs 3D swap distance properties. |
|
Get the MTOβs 3D range contour properties. |
|
Return an interface allowing you to configure the MTOβs drop lines. |
|
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.