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

create

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

Reference contract

FieldValueDescription
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

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'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.PhysicsInterfaceDeclaration.create
Path
sdk/python/telion_api/model.py
Symbol
telion_api.PhysicsInterfaceDeclaration.create