sectioned_panel
类型: 函数
领域: 柔性几何
推荐导入: from cadflow.flexible import sectioned_panel
签名
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'
功能说明
sectioned_panel 是 CadFlow 柔性几何领域的公共函数。
原始 API 说明
Build a periodic garment panel from designed static cross-sections.
参数
| 名称 | 类型 | 必需 | 默认值 | 源码说明 |
|---|---|---|---|---|
name | 'str' | 是 | - | 源码 Docstring 未单独说明。 |
sections | 'Iterable[RingSection]' | 是 | - | 源码 Docstring 未单独说明。 |
control_columns | 'int' | 否 | 20 | 源码 Docstring 未单独说明。 |
sample_rows | 'int' | 否 | 40 | 源码 Docstring 未单独说明。 |
sample_columns | 'int' | 否 | 64 | 源码 Docstring 未单独说明。 |
material | 'FlexibleMaterial | None' | 否 | None | 源码 Docstring 未单独说明。 |
返回值
类型: 'FlexiblePanel'
源码 Docstring 未声明更多返回语义。
异常
源码 Docstring 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。
行为与约束
- 以下契约由当前公共运行时签名生成;所有权与工作流限制见对应领域说明。
导入检查
from cadflow.flexible import sectioned_panel