Skip to main content

compare_global_properties_rdescriptor

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

Signature

def compare_global_properties_rdescriptor(target: 'ModelInput', current: 'ModelInput') -> 'dict[str, Any]'

Description

Compare material counts, mass properties, bounds, and raw topology.

Parameters

NameTypeRequiredDefaultSource description
target'ModelInput'yes-Not explicitly described in the source docstring.
current'ModelInput'yes-Not explicitly described in the source docstring.

Returns

Type: 'dict[str, Any]'

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_global_properties_rdescriptor

See also