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

build_geometry

Build the full geometry or preview the sequence through one feature. A partial build updates per-feature build state but deliberately leaves ``geometry.built`` false, because downstream mesh and solver operations still require the complete geometry sequence.

Reference contract

FieldValueDescription
symboltelion_api.Model.build_geometry
signature(*, through: 'str | Feature | None' = None) -> 'Geometry'
returnGeometry

Build the full geometry or preview the sequence through one feature. A partial build updates per-feature build state but deliberately leaves geometry.built false, because downstream mesh and solver operations still require the complete geometry sequence.

Contract

PropertyValue
symboltelion_api.Model.build_geometry
signature(*, through: 'str | Feature | None' = None) -> 'Geometry'
returnGeometry

Signature

telion_api.Model.build_geometry(*, through: 'str | Feature | None' = None) -> 'Geometry'

Authoritative source

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