Skip to main content

import_physical_connection_layer_json_rphysicalconnectionlayer

Kind: Function
Domain: Physical connections
Canonical import: from cadflow import import_physical_connection_layer_json_rphysicalconnectionlayer

Signature

def import_physical_connection_layer_json_rphysicalconnectionlayer(path: 'str | Path') -> 'PhysicalConnectionLayer'

Description

Public function in the CadFlow physical connections API.

Other public imports

  • from cadflow.physical import import_physical_connection_layer_json_rphysicalconnectionlayer

Parameters

NameTypeRequiredDefaultSource description
path'str | Path'yes-Not explicitly described in the source docstring.

Returns

Type: 'PhysicalConnectionLayer'

The source docstring does not declare additional return semantics.

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

  • This operation reads external data and may reject missing, malformed, or unsupported input.
  • Serialized data is intended to remain JSON-safe and should be schema-validated when crossing trust boundaries.

Import check

from cadflow import import_physical_connection_layer_json_rphysicalconnectionlayer

See also