Skip to documentation content
On this page
  1. Contract
  2. Signature

create

Create this declared physics interface through Telion's feature API.

Create this declared physics interface through Telion's feature API.

Contract

PropertyValue
symboltelion_api.PhysicsInterfaceDeclaration.create
signature(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.PhysicsInterfaceDeclaration.create(label: 'str | None' = None, selection: 'str' = 'all', include_required_domain_features: 'bool' = True, include_required_boundary_features: 'bool' = False, **fields: 'Any') -> 'Feature'
create — Telion Python API 0.1.0-alpha | Telion