Skip to main content

free_boundaries_rwirelist

Kind: Function
Domain: Modeling and geometry
Canonical import: from cadflow import free_boundaries_rwirelist

Signature

def free_boundaries_rwirelist(shell: 'Shell', *, tolerance: 'float' = 1e-06) -> 'List[Wire]'

Description

Return unique closed and open free boundary wires of a Shell.

Other public imports

  • from cadflow.surfaces import free_boundaries_rwirelist

Parameters

NameTypeRequiredDefaultSource description
shell'Shell'yes-Not explicitly described in the source docstring.
tolerance'float'no1e-06Not explicitly described in the source docstring.

Returns

Type: 'List[Wire]'

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 free_boundaries_rwirelist

See also