Table of Contents

Struct GridBoundaryContact

Namespace
GridForge.Grids.Topology
Assembly
GridForge.dll

Pairs an exact cell-contact manifold with both durable normalized grid identities.

public readonly struct GridBoundaryContact
Inherited Members

Properties

Contact

The exact contact between the source and target cells.

public VoxelContactManifold Contact { get; }

Property Value

VoxelContactManifold

SourceConfigurationKey

The canonical source grid identity.

public GridConfigurationKey SourceConfigurationKey { get; }

Property Value

GridConfigurationKey

TargetConfigurationKey

The canonical target grid identity.

public GridConfigurationKey TargetConfigurationKey { get; }

Property Value

GridConfigurationKey