Skip to main content

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

MemberKindSignatureDescription
BONDEDconstant-Reduced-order force law evaluated by the native batch kernel.
COMPLIANTconstant-Reduced-order force law evaluated by the native batch kernel.
FASTENERconstant-Reduced-order force law evaluated by the native batch kernel.
FRICTIONAL_CONTACTconstant-Reduced-order force law evaluated by the native batch kernel.
INTERFERENCEconstant-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

See also