ConnectionResponseMode
Kind: Enum
Domain: Physical connections
Canonical import: from cadflow import ConnectionResponseMode
Signature
class ConnectionResponseMode(str, Enum)
Description
Reduced-order force law evaluated by the native batch kernel.
Other public imports
from cadflow.physical import ConnectionResponseMode
Errors
The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.
Public members
| Member | Kind | Signature | Description |
|---|---|---|---|
BONDED | constant | - | Reduced-order force law evaluated by the native batch kernel. |
COMPLIANT | constant | - | Reduced-order force law evaluated by the native batch kernel. |
FASTENER | constant | - | Reduced-order force law evaluated by the native batch kernel. |
FRICTIONAL_CONTACT | constant | - | Reduced-order force law evaluated by the native batch kernel. |
INTERFERENCE | constant | - | Reduced-order force law evaluated by the native batch kernel. |
Behavior and constraints
- The contract below is generated from the current public runtime signature. Check domain notes for ownership and workflow constraints.
Import check
from cadflow import ConnectionResponseMode