ContactSimulationAnalysis
Kind: Class
Domain: Simulation handoff
Canonical import: from cadflow import ContactSimulationAnalysis
Signature
class ContactSimulationAnalysis(backend: 'str', validation: 'ContactSimulationValidationReport', resolved_surfaces: 'tuple[dict[str, Any], ...]', pair_metrics: 'tuple[dict[str, Any], ...]') -> None
Description
ContactSimulationAnalysis(backend: 'str', validation: 'ContactSimulationValidationReport', resolved_surfaces: 'tuple[dict[str, Any], ...]', pair_metrics: 'tuple[dict[str, Any], ...]')
Other public imports
from cadflow.simulation import ContactSimulationAnalysis
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
backend | 'str' | yes | - | Not explicitly described in the source docstring. |
validation | 'ContactSimulationValidationReport' | yes | - | Not explicitly described in the source docstring. |
resolved_surfaces | 'tuple[dict[str, Any], ...]' | yes | - | Not explicitly described in the source docstring. |
pair_metrics | 'tuple[dict[str, Any], ...]' | 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
| Name | Type | Default |
|---|---|---|
backend | 'str' | required |
validation | 'ContactSimulationValidationReport' | required |
resolved_surfaces | 'tuple[dict[str, Any], ...]' | required |
pair_metrics | 'tuple[dict[str, Any], ...]' | required |
Public members
| Member | Kind | Signature | Description |
|---|---|---|---|
to_dict | method | (self) -> 'dict[str, Any]' | See the member signature. |
Behavior and constraints
- Instances are immutable dataclass values; update workflows return a replacement value.
Import check
from cadflow import ContactSimulationAnalysis