Table of Contents

Enum VoxelContactKind

Namespace
GridForge.Grids.Topology
Assembly
GridForge.dll

Classifies the exact shared geometry of two closed cell prisms.

public enum VoxelContactKind : byte

Fields

Edge = 2

The prisms share a positive-length line.

Face = 3

The prisms share a positive-area face.

Point = 1

The prisms share one point.

Separated = 0

The prisms do not intersect.

VolumeOverlap = 4

The prism interiors overlap in three dimensions.