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

create

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

Reference

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'