ReferenceAvailable
node
Return a Telion feature by its category and model-tree path. Examples: ``model.node("physics/Heat Transfer/Heat Equation")`` or ``model.node(("geometry", "Block 1"))``. The first segment is the feature category; remaining segments are feature labels traversed through parent-child relationships.
Return a Telion feature by its category and model-tree path. Examples: model.node("physics/Heat Transfer/Heat Equation") or model.node(("geometry", "Block 1")). The first segment is the feature category; remaining segments are feature labels traversed through parent-child relationships.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.node |
| signature | (path: 'str | Iterable[str]') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.node(path: 'str | Iterable[str]') -> 'Feature'