write_line_glb
Kind: Function
Domain: Scene and artifacts
Canonical import: from cadflow import write_line_glb
Signature
def write_line_glb(mesh: 'RenderEdgeMesh') -> 'bytes'
Description
Public function in the CadFlow scene and artifacts API.
Other public imports
from cadflow.scene import write_line_glb
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
mesh | 'RenderEdgeMesh' | yes | - | Not explicitly described in the source docstring. |
Returns
Type: 'bytes'
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.
Behavior and constraints
- This operation writes an external artifact. Validate the returned path or output file before delivery.
Import check
from cadflow import write_line_glb