Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

find_features

Query model features across the current snapshot. This is the COMSOL Java-style inspection layer for Python scripts: filter by category/kind/label/selection/field values, then pass the returned handles to ``set_features`` or ``delete_features``.

Reference contract

FieldValueDescription
symboltelion_api.Model.find_features
signature(category: 'str | None' = None, *, kind: 'str | None' = None, parent: 'str | None' = None, label: 'str | None' = None, label_contains: 'str | None' = None, selection: 'str | None' = None, fields: 'dict[str, Any] | None' = None) -> 'list[Feature]'
returnlist[Feature]

Query model features across the current snapshot. This is the COMSOL Java-style inspection layer for Python scripts: filter by category/kind/label/selection/field values, then pass the returned handles to set_features or delete_features.

Contract

PropertyValue
symboltelion_api.Model.find_features
signature(category: 'str | None' = None, *, kind: 'str | None' = None, parent: 'str | None' = None, label: 'str | None' = None, label_contains: 'str | None' = None, selection: 'str | None' = None, fields: 'dict[str, Any] | None' = None) -> 'list[Feature]'
returnlist[Feature]

Signature

telion_api.Model.find_features(category: 'str | None' = None, *, kind: 'str | None' = None, parent: 'str | None' = None, label: 'str | None' = None, label_contains: 'str | None' = None, selection: 'str | None' = None, fields: 'dict[str, Any] | None' = None) -> 'list[Feature]'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.find_features
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.find_features