Skip to main content

load_step_rbrepmodel

Kind: Function
Domain: Inspection
Canonical import: from cadflow.inspect.brep import load_step_rbrepmodel

Signature

def load_step_rbrepmodel(path: 'str | Path') -> 'BRepModel'

Description

Load and cache a STEP model with deterministic topology ids.

Parameters

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

Returns

Type: 'BRepModel'

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.

Import check

from cadflow.inspect.brep import load_step_rbrepmodel

See also