RenderGroup
Kind: Class
Domain: Scene and artifacts
Canonical import: from cadflow import RenderGroup
Signature
class RenderGroup(entity_id: 'str', first_index: 'int', index_count: 'int') -> None
Description
RenderGroup(entity_id: 'str', first_index: 'int', index_count: 'int')
Other public imports
from cadflow.scene import RenderGroup
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
entity_id | 'str' | yes | - | Not explicitly described in the source docstring. |
first_index | 'int' | yes | - | Not explicitly described in the source docstring. |
index_count | 'int' | 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
| Name | Type | Default |
|---|---|---|
entity_id | 'str' | required |
first_index | 'int' | required |
index_count | 'int' | required |
Behavior and constraints
- This operation writes an external artifact. Validate the returned path or output file before delivery.
- Instances are immutable dataclass values; update workflows return a replacement value.
Import check
from cadflow import RenderGroup