Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public BasicLaunchSegment(
	Duration step,
	string motionID,
	ITimeBasedState launchState,
	ITimeBasedState burnoutState
)

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