CompiledScenePackage
Kind: Class
Domain: Scene and artifacts
Canonical import: from cadflow import CompiledScenePackage
Signature
class CompiledScenePackage(manifest: 'Mapping[str, Any]', blobs: 'Mapping[str, bytes]') -> None
Description
CompiledScenePackage(manifest: 'Mapping[str, Any]', blobs: 'Mapping[str, bytes]')
Other public imports
from cadflow.scene import CompiledScenePackage
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
manifest | 'Mapping[str, Any]' | yes | - | Not explicitly described in the source docstring. |
blobs | 'Mapping[str, bytes]' | 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 |
|---|---|---|
manifest | 'Mapping[str, Any]' | required |
blobs | 'Mapping[str, bytes]' | required |
Public members
| Member | Kind | Signature | Description |
|---|---|---|---|
scene | property | - | See the member signature. |
Behavior and constraints
- Instances are immutable dataclass values; update workflows return a replacement value.
Import check
from cadflow import CompiledScenePackage