MCSSegmentProperties#
- class ansys.stk.core.stkobjects.astrogator.MCSSegmentProperties#
Bases:
IRuntimeTypeInfoProvider
Segment Properties.
Overview#
Apply the last calculated final state of the segment to all selected B-Planes. |
Get or set the coordinate system that will be used in the segment summary report. |
|
Get or set the display color of the segment. |
|
If true, Astrogator will set the animation time to the final epoch of the segment when the segment finishes running. |
|
Get the B-Plane or B-Planes to which the epoch, position, and velocity of the segmentβs final state will be applied, according to the B-Planeβs definition. |
|
Get the last run code returned by the segment. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import MCSSegmentProperties
Property detail#
- property MCSSegmentProperties.display_coordinate_system: str#
Get or set the coordinate system that will be used in the segment summary report.
- property MCSSegmentProperties.update_animation_time_after_run: bool#
If true, Astrogator will set the animation time to the final epoch of the segment when the segment finishes running.
- property MCSSegmentProperties.b_planes: BPlaneCollection#
Get the B-Plane or B-Planes to which the epoch, position, and velocity of the segmentβs final state will be applied, according to the B-Planeβs definition.