shell_rsolid
Kind: Function
Domain: Modeling and geometry
Canonical import: from cadflow import shell_rsolid
Signature
def shell_rsolid(solid: 'Solid', faces_to_remove: 'Union[Sequence[Face], ShapeSelector]', thickness: 'ScalarLike', *, result_tag: 'Optional[str]' = None, body_faces_tag: 'Optional[str]' = None, offset_faces_tag: 'Optional[str]' = None, closing_faces_tag: 'Optional[str]' = None, wall_edges_tag: 'Optional[str]' = None) -> 'Solid'
Description
Shell a solid, with optional kernel-role-based face tags.
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
solid | 'Solid' | yes | - | Not explicitly described in the source docstring. |
faces_to_remove | 'Union[Sequence[Face], ShapeSelector]' | yes | - | Not explicitly described in the source docstring. |
thickness | 'ScalarLike' | yes | - | Not explicitly described in the source docstring. |
result_tag | 'Optional[str]' | no | None | Not explicitly described in the source docstring. |
body_faces_tag | 'Optional[str]' | no | None | Not explicitly described in the source docstring. |
offset_faces_tag | 'Optional[str]' | no | None | Not explicitly described in the source docstring. |
closing_faces_tag | 'Optional[str]' | no | None | Not explicitly described in the source docstring. |
wall_edges_tag | 'Optional[str]' | no | None | Not explicitly described in the source docstring. |
Returns
Type: 'Solid'
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 import shell_rsolid