methodAvailable
create_physics
Create a physics interface using the current v2 catalog declaration. This is the catalog-backed path for future Telion physics. If a newer Telion build adds a declared interface, Python scripts can create it without waiting for a dedicated SDK convenience method.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.create_physics | — |
| signature | (kind: 'str', label: 'str | None' = None, selection: 'str' = 'all', include_required_domain_features: 'bool' = True, include_required_boundary_features: 'bool' = False, **fields: 'Any') -> 'Feature' | — |
| return | Feature | — |
Create a physics interface using the current v2 catalog declaration. This is the catalog-backed path for future Telion physics. If a newer Telion build adds a declared interface, Python scripts can create it without waiting for a dedicated SDK convenience method.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.create_physics |
| signature | (kind: 'str', label: 'str | None' = None, selection: 'str' = 'all', include_required_domain_features: 'bool' = True, include_required_boundary_features: 'bool' = False, **fields: 'Any') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.create_physics(kind: 'str', label: 'str | None' = None, selection: 'str' = 'all', include_required_domain_features: 'bool' = True, include_required_boundary_features: 'bool' = False, **fields: 'Any') -> 'Feature'