export_contact_simulation_package_rpath
Kind: Function
Domain: Simulation handoff
Canonical import: from cadflow import export_contact_simulation_package_rpath
Signature
def export_contact_simulation_package_rpath(model: 'ContactSimulationModel', assembly: 'Assembly', output_dir: 'str | Path') -> 'Path'
Description
Write a neutral manifest plus component-local BREP files for every face.
Other public imports
from cadflow.simulation import export_contact_simulation_package_rpath
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
model | 'ContactSimulationModel' | yes | - | Not explicitly described in the source docstring. |
assembly | 'Assembly' | yes | - | Not explicitly described in the source docstring. |
output_dir | 'str | Path' | yes | - | 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 import export_contact_simulation_package_rpath