select_region_entities_rdescriptor
Kind: Function
Domain: Inspection
Canonical import: from cadflow.inspect.brep import select_region_entities_rdescriptor
Signature
def select_region_entities_rdescriptor(model_or_path: 'BRepModel | TopoDS_Shape | str | Path', entity_ids: 'Sequence[str] | None' = None, center: 'Sequence[float] | None' = None, radius: 'float | None' = None, depth: 'int' = 0) -> 'dict[str, Any]'
Description
Expand stable ids through topology and optionally filter them by bounds distance.
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
model_or_path | 'BRepModel | TopoDS_Shape | str | Path' | yes | - | Not explicitly described in the source docstring. |
entity_ids | 'Sequence[str] | None' | no | None | Not explicitly described in the source docstring. |
center | 'Sequence[float] | None' | no | None | Not explicitly described in the source docstring. |
radius | 'float | None' | no | None | Not explicitly described in the source docstring. |
depth | 'int' | no | 0 | 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 select_region_entities_rdescriptor