Click or drag to resize

StateForNextSegmentBehavior Enumeration

Enumerates the behaviors used in passing a state from one segment to another.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum StateForNextSegmentBehavior
Members
  Member nameDescription
PassLastPropagatedState Pass the final state of the segment.
PassFirstPropagatedState Pass the initial state of the segment. This will generally be the state passed into the SegmentPropagator but adapted into the current segment's defined-ins (reference frames).
See Also