Skip to main content

compare_steps_rbrepcomparison

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

Signature

def compare_steps_rbrepcomparison(target_path: 'str | Path', candidate_path: 'str | Path', **kwargs) -> 'BRepComparison'

Description

Load two STEP files and run the strict BREP comparison.

Parameters

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

Returns

Type: 'BRepComparison'

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

  • The contract below is generated from the current public runtime signature. Check domain notes for ownership and workflow constraints.

Import check

from cadflow.inspect.brep import compare_steps_rbrepcomparison

See also