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

create_child

Create a child feature under this feature, such as a physics domain or boundary node.

Create a child feature under this feature, such as a physics domain or boundary node.

Contract

PropertyValue
symboltelion_api.Feature.create_child
signature(category: 'str', kind: 'str', label: 'str | None' = None, **fields: 'Any') -> "'Feature'"
return'Feature'

Signature

telion_api.Feature.create_child(category: 'str', kind: 'str', label: 'str | None' = None, **fields: 'Any') -> "'Feature'"
create_child — Telion Python API 0.1.0-alpha | Telion