Table of Contents

Enum GridNavigationCorridorValidationStatus

Namespace
GridForge.Grids.Topology
Assembly
GridForge.dll

Describes the state of a resumable navigation-corridor validation.

public enum GridNavigationCorridorValidationStatus : byte

Fields

Complete = 2

The corridor certificate is complete.

CostOverflow = 3

The canonical geometric cost is not representable.

InProgress = 1

More bounded work is required.

Invalid = 0

The input or corridor geometry is invalid.