Skip to main content

physical

Kind: Module
Domain: Physical connections
Canonical import: from cadflow import physical

Signature

from cadflow import physical

Description

Physical connection semantics and reduced-order simulation interfaces.

Physical connection semantics and reduced-order simulation interfaces.

This module deliberately sits beside the kinematic Assembly.constraints graph. A kinematic constraint describes allowed motion; a physical connection describes how an interface carries load, how it was made, and where it acts. Keeping the two graphs separate lets existing assembly models remain valid.

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.

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 physical

See also