Skip to main content

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

NameTypeRequiredDefaultSource 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

NameTypeDefault
manifest'Mapping[str, Any]'required
blobs'Mapping[str, bytes]'required

Public members

MemberKindSignatureDescription
sceneproperty-See the member signature.

Behavior and constraints

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

Import check

from cadflow import CompiledScenePackage

See also