index_shape_rbrepmodel
Kind: Function
Domain: Inspection
Canonical import: from cadflow.inspect.brep import index_shape_rbrepmodel
Signature
def index_shape_rbrepmodel(shape: 'TopoDS_Shape', *, source: 'str | Path | None' = None) -> 'BRepModel'
Description
Build stable entity maps for one in-memory OCP shape.
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
shape | 'TopoDS_Shape' | yes | - | Not explicitly described in the source docstring. |
source | 'str | Path | None' | no | None | Not explicitly described in the source docstring. |
Returns
Type: 'BRepModel'
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 index_shape_rbrepmodel