Click or drag to resize

EndsOfSegment Enumeration

Specifies if the initial state or final state of a segment should be considered. Note that initial and final mean the initial point that propagation started from and the final point propagated, not initial and final in a time sense.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum EndsOfSegment
Members
  Member nameDescription
Initial The initial state of a segment.
Final The final state of a segment.
See Also