Skip to main content

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

NameTypeRequiredDefaultSource 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'no20Not explicitly described in the source docstring.
sample_rows'int'no40Not explicitly described in the source docstring.
sample_columns'int'no64Not explicitly described in the source docstring.
material'FlexibleMaterial | None'noNoneNot 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

See also