loft_rshell
Kind: Function
Domain: Modeling and geometry
Canonical import: from cadflow import loft_rshell
Signature
def loft_rshell(sections: 'Sequence[Union[Wire, Vertex]]', *, ruled: 'bool' = False, tag_prefix: 'Optional[str]' = None, result_tag: 'Optional[str]' = None, start_wire_tag: 'Optional[str]' = None, end_wire_tag: 'Optional[str]' = None, side_faces_tag: 'Optional[str]' = None) -> 'Shell'
Description
Create an open loft Shell with endpoint-Wire and side-Face naming.
Other public imports
from cadflow.surfaces import loft_rshell
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
sections | 'Sequence[Union[Wire, Vertex]]' | yes | - | Not explicitly described in the source docstring. |
ruled | 'bool' | no | False | Not explicitly described in the source docstring. |
tag_prefix | 'Optional[str]' | no | None | Not explicitly described in the source docstring. |
result_tag | 'Optional[str]' | no | None | Not explicitly described in the source docstring. |
start_wire_tag | 'Optional[str]' | no | None | Not explicitly described in the source docstring. |
end_wire_tag | 'Optional[str]' | no | None | Not explicitly described in the source docstring. |
side_faces_tag | 'Optional[str]' | no | None | Not explicitly described in the source docstring. |
Returns
Type: 'Shell'
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 loft_rshell