跳到主要内容

physical

类型: 模块
领域: 物理连接
推荐导入: from cadflow import physical

签名

from cadflow import physical

功能说明

physical 是 CadFlow 物理连接领域的公共模块。

原始 API 说明

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.

异常

源码 Docstring 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。

行为与约束

  • 以下契约由当前公共运行时签名生成;所有权与工作流限制见对应领域说明。

导入检查

from cadflow import physical

相关内容