Skip to main content

compare_sections_rdescriptor

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

Signature

def compare_sections_rdescriptor(target: 'ModelInput', current: 'ModelInput', plane_origin: 'Sequence[float]', plane_normal: 'Sequence[float]', *, tolerance: 'float' = 1e-07, samples_per_edge: 'int' = 32) -> 'dict[str, Any]'

Description

Compare target and current contour geometry on one physical plane.

Parameters

NameTypeRequiredDefaultSource description
target'ModelInput'yes-Not explicitly described in the source docstring.
current'ModelInput'yes-Not explicitly described in the source docstring.
plane_origin'Sequence[float]'yes-Not explicitly described in the source docstring.
plane_normal'Sequence[float]'yes-Not explicitly described in the source docstring.
tolerance'float'no1e-07Not explicitly described in the source docstring.
samples_per_edge'int'no32Not 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_sections_rdescriptor

See also