Table of Contents

Enum GridNavigationBodyTraceStatus

Namespace
GridForge.Grids
Assembly
GridForge.dll

Reports the outcome of a bounded swept navigation-body trace.

public enum GridNavigationBodyTraceStatus : byte

Fields

AddressLimitExceeded = 3

The candidate-address ceiling was exhausted.

ArithmeticOverflow = 7

Checked body-top or query-bounds arithmetic overflowed.

CandidateWorkLimitExceeded = 5

The combined grid and address work ceiling was exhausted.

Complete = 0

The complete physical prism union was written.

GridCandidateLimitExceeded = 6

The candidate-grid ceiling was exhausted.

IncompletePhysicalCoverage = 1

The complete canonical set was written, but at least one required cell is physically absent.

InvalidOrUnrepresentableGeometry = 2

The inputs or an exact topology prism could not be represented.

OutputLimitExceeded = 4

The complete required and dependency-evidence output ceiling was exhausted.