methodAvailable
create_child
Create a child feature under this feature, such as a physics domain or boundary node.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Feature.create_child | — |
| signature | (category: 'str', kind: 'str', label: 'str | None' = None, **fields: 'Any') -> "'Feature'" | — |
| return | 'Feature' | — |
Create a child feature under this feature, such as a physics domain or boundary node.
Contract
| Property | Value |
|---|---|
| symbol | telion_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'"