BasicLaunchSegment Constructor (Duration, String, ITimeBasedState, ITimeBasedState) |
Initializes a new launch segment with the specified step size, launch state, burnout state, and motion ID.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public BasicLaunchSegment(
Duration step,
string motionID,
ITimeBasedState launchState,
ITimeBasedState burnoutState
)
Public Sub New (
step As Duration,
motionID As String,
launchState As ITimeBasedState,
burnoutState As ITimeBasedState
)
public:
BasicLaunchSegment(
Duration step,
String^ motionID,
ITimeBasedState^ launchState,
ITimeBasedState^ burnoutState
)
new :
step : Duration *
motionID : string *
launchState : ITimeBasedState *
burnoutState : ITimeBasedState -> BasicLaunchSegment
Parameters
- step
- Type: AGI.Foundation.TimeDuration
The step size of the segment. - motionID
- Type: SystemString
The ID of the motion element in the launch and burnout states that specifies the positions. - launchState
- Type: AGI.Foundation.CoordinatesITimeBasedState
The launch motion state. - burnoutState
- Type: AGI.Foundation.CoordinatesITimeBasedState
The burnout state.
See Also