class MAGES::MeshDeformations::Tools::VolumeConstraintsDestructionDetector

Overview

Detects when a volume constraint is destroyed and invokes an event. More…

class VolumeConstraintsDestructionDetector: public MAGES::MeshDeformations::Tools::BaseDetector
{
public:
    // structs

    struct ObservedVolumeConstraint;

    // classes

    class ObservedVolumeConstraintGroup;

    // properties

    List<ObservedVolumeConstraintGroup> ObservedVolumeConstraintGroups;
};

Inherited Members

public:
    // properties

    BasePhysicsActor Actor;

Detailed Documentation

Detects when a volume constraint is destroyed and invokes an event.

Properties

List<ObservedVolumeConstraintGroup> ObservedVolumeConstraintGroups

Gets or sets the list of observed volume constraint groups.