跳到主要内容

make_physical_connection_layer_rphysicalconnectionlayer

类型: 函数
领域: 物理连接
推荐导入: from cadflow import make_physical_connection_layer_rphysicalconnectionlayer

签名

def make_physical_connection_layer_rphysicalconnectionlayer(assembly: 'Assembly | str', *, length_unit: 'str' = 'mm', force_unit: 'str' = 'N', time_unit: 'str' = 's', metadata: 'Optional[Mapping[str, Any]]' = None) -> 'PhysicalConnectionLayer'

功能说明

make_physical_connection_layer_rphysicalconnectionlayer 是 CadFlow 物理连接领域的公共函数。

其他公共导入路径

  • from cadflow.physical import make_physical_connection_layer_rphysicalconnectionlayer

参数

名称类型必需默认值源码说明
assembly'Assembly | str'-源码 Docstring 未单独说明。
length_unit'str''mm'源码 Docstring 未单独说明。
force_unit'str''N'源码 Docstring 未单独说明。
time_unit'str''s'源码 Docstring 未单独说明。
metadata'Optional[Mapping[str, Any]]'None源码 Docstring 未单独说明。

返回值

类型: 'PhysicalConnectionLayer'

源码 Docstring 未声明更多返回语义。

异常

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

行为与约束

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

导入检查

from cadflow import make_physical_connection_layer_rphysicalconnectionlayer

相关内容