Table of Contents

Enum GridNavigationBodySegmentEndpointAllowance

Namespace
GridForge.Grids.Topology
Assembly
GridForge.dll

Identifies one footprint boundary that a swept segment may cross.

public enum GridNavigationBodySegmentEndpointAllowance : byte

Fields

EndFootprintEdge = 2

The segment must leave through one exact footprint edge at its end.

None = 0

Both segment endpoints must lie within the prism.

StartFootprintEdge = 1

The segment must enter through one exact footprint edge at its start.