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

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

PropertyValue
symboltelion_api.Model.node
signature(path: 'str | Iterable[str]') -> 'Feature'
returnFeature

Signature

telion_api.Model.node(path: 'str | Iterable[str]') -> 'Feature'
node — Telion Python API 0.1.0-alpha | Telion