Skip to main content

FlexiblePanelRange

Kind: Class
Domain: Flexible geometry
Canonical import: from cadflow.flexible import FlexiblePanelRange

Signature

class FlexiblePanelRange(name: 'str', vertex_start: 'int', vertex_count: 'int', triangle_start: 'int', triangle_count: 'int', material: 'FlexibleMaterial') -> None

Description

FlexiblePanelRange(name: 'str', vertex_start: 'int', vertex_count: 'int', triangle_start: 'int', triangle_count: 'int', material: 'FlexibleMaterial')

Parameters

NameTypeRequiredDefaultSource description
name'str'yes-Not explicitly described in the source docstring.
vertex_start'int'yes-Not explicitly described in the source docstring.
vertex_count'int'yes-Not explicitly described in the source docstring.
triangle_start'int'yes-Not explicitly described in the source docstring.
triangle_count'int'yes-Not explicitly described in the source docstring.
material'FlexibleMaterial'yes-Not explicitly described in the source docstring.

Returns

Type: None

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.

Data fields

NameTypeDefault
name'str'required
vertex_start'int'required
vertex_count'int'required
triangle_start'int'required
triangle_count'int'required
material'FlexibleMaterial'required

Behavior and constraints

  • Instances are immutable dataclass values; update workflows return a replacement value.

Import check

from cadflow.flexible import FlexiblePanelRange

See also