DiscoverLearnDocumentationGet OpenPLXSearch Contact

Physics3D/Interactions/Toughness/LockThresholdFracture.openplx

LockThresholdFracture

LockThresholdFracture is DefaultLockToughness:
    .doc: """
    Define a threshold fracture model for each constrained degree of freedom for a Lock.
    Each dimension can then fail individually at their fracture points.     
    """
    default_limit is Real: 10000.0
    along_main becomes Physics.Interactions.Toughness.ThresholdFracture:
        fracture_point: default_limit
    along_normal becomes Physics.Interactions.Toughness.ThresholdFracture:
        fracture_point: default_limit
    along_cross becomes Physics.Interactions.Toughness.ThresholdFracture:
        fracture_point: default_limit
    around_main becomes Physics.Interactions.Toughness.ThresholdFracture:
        fracture_point: default_limit
    around_normal becomes Physics.Interactions.Toughness.ThresholdFracture:
        fracture_point: default_limit
    around_cross becomes Physics.Interactions.Toughness.ThresholdFracture:
        fracture_point: default_limit