Skip to main content

PhysicalConnectionKind

Kind: Enum
Domain: Physical connections
Canonical import: from cadflow import PhysicalConnectionKind

Signature

class PhysicalConnectionKind(str, Enum)

Description

Built-in manufacturing and interface connection categories.

Other public imports

  • from cadflow.physical import PhysicalConnectionKind

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
ADHESIVEconstant-Built-in manufacturing and interface connection categories.
BEARINGconstant-Built-in manufacturing and interface connection categories.
BOLTconstant-Built-in manufacturing and interface connection categories.
CLAMPconstant-Built-in manufacturing and interface connection categories.
CONTACTconstant-Built-in manufacturing and interface connection categories.
CUSTOMconstant-Built-in manufacturing and interface connection categories.
DOVETAILconstant-Built-in manufacturing and interface connection categories.
DOWELconstant-Built-in manufacturing and interface connection categories.
FINGER_JOINTconstant-Built-in manufacturing and interface connection categories.
KEYconstant-Built-in manufacturing and interface connection categories.
MORTISE_TENONconstant-Built-in manufacturing and interface connection categories.
PINconstant-Built-in manufacturing and interface connection categories.
POTTINGconstant-Built-in manufacturing and interface connection categories.
PRESS_FITconstant-Built-in manufacturing and interface connection categories.
RIVETconstant-Built-in manufacturing and interface connection categories.
SCREWconstant-Built-in manufacturing and interface connection categories.
SNAP_FITconstant-Built-in manufacturing and interface connection categories.
SOLDERconstant-Built-in manufacturing and interface connection categories.
SPLINEconstant-Built-in manufacturing and interface connection categories.
WELDconstant-Built-in manufacturing and interface connection categories.

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 PhysicalConnectionKind

See also