Skip to main content

build_render_mesh

Kind: Function
Domain: Scene and artifacts
Canonical import: from cadflow import build_render_mesh

Signature

def build_render_mesh(solid: 'Solid', *, face_entity_ids: 'Sequence[str]', linear_tolerance: 'float', angular_tolerance: 'float') -> 'RenderMesh'

Description

Public function in the CadFlow scene and artifacts API.

Other public imports

  • from cadflow.scene import build_render_mesh

Parameters

NameTypeRequiredDefaultSource description
solid'Solid'yes-Not explicitly described in the source docstring.
face_entity_ids'Sequence[str]'yes-Not explicitly described in the source docstring.
linear_tolerance'float'yes-Not explicitly described in the source docstring.
angular_tolerance'float'yes-Not explicitly described in the source docstring.

Returns

Type: 'RenderMesh'

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 build_render_mesh

See also