Skip to main content

render_step_views_rpath

Kind: Function
Domain: Inspection
Canonical import: from cadflow.inspect.brep import render_step_views_rpath

Signature

def render_step_views_rpath(step_path: 'str | Path', output_path: 'str | Path', **kwargs) -> 'Path'

Description

Load STEP/XCAF colors and render smooth faces with true BREP edges.

Parameters

NameTypeRequiredDefaultSource description
step_path'str | Path'yes-Not explicitly described in the source docstring.
output_path'str | Path'yes-Not explicitly described in the source docstring.
kwargsAnyno-Not explicitly described in the source docstring.

Returns

Type: 'Path'

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.inspect.brep import render_step_views_rpath

See also