sectioned_panel
Kind: Function
Domain: Flexible geometry
Canonical import: from cadflow.flexible import sectioned_panel
Signature
def sectioned_panel(name: 'str', sections: 'Iterable[RingSection]', *, control_columns: 'int' = 20, sample_rows: 'int' = 40, sample_columns: 'int' = 64, material: 'FlexibleMaterial | None' = None) -> 'FlexiblePanel'
Description
Build a periodic garment panel from designed static cross-sections.
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
name | 'str' | yes | - | Not explicitly described in the source docstring. |
sections | 'Iterable[RingSection]' | yes | - | Not explicitly described in the source docstring. |
control_columns | 'int' | no | 20 | Not explicitly described in the source docstring. |
sample_rows | 'int' | no | 40 | Not explicitly described in the source docstring. |
sample_columns | 'int' | no | 64 | Not explicitly described in the source docstring. |
material | 'FlexibleMaterial | None' | no | None | Not explicitly described in the source docstring. |
Returns
Type: 'FlexiblePanel'
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.flexible import sectioned_panel