Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

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

FieldValueDescription
symboltelion_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'
returnFeature

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

PropertyValue
symboltelion_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'
returnFeature

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'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.create_physics
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.create_physics