Skip to main content

inspect_step_entity_rdescriptor

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

Signature

def inspect_step_entity_rdescriptor(path: 'str | Path', entity_id: 'str', *, include_curve_definition: 'bool' = False, include_surface_definition: 'bool' = False, max_surface_control_points: 'int' = 256) -> 'dict[str, Any]'

Description

Return geometry, measurements, bounds, and adjacency for one entity id.

Parameters

NameTypeRequiredDefaultSource description
path'str | Path'yes-Not explicitly described in the source docstring.
entity_id'str'yes-Not explicitly described in the source docstring.
include_curve_definition'bool'noFalseNot explicitly described in the source docstring.
include_surface_definition'bool'noFalseNot explicitly described in the source docstring.
max_surface_control_points'int'no256Not 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 inspect_step_entity_rdescriptor

See also