struct MAGES::MeshDeformations::Tools::ParticleDisconnectionDetector::ObservedParticlePair

Overview

A pair of particles observed for disconnection. More…

struct ObservedParticlePair
{
    // fields

    int ParticleA;
    int ParticleB;
    int ThroughPhysicsMaterial;
};

Detailed Documentation

A pair of particles observed for disconnection.

Fields

int ParticleA

The particleA.

int ParticleB

The particleB.

int ThroughPhysicsMaterial

The PhysicsMaterial’s Index to check for connection through.

If -1, connection through all physics materials will be considered.