methodAvailable
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
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.build_geometry | — |
| signature | (*, through: 'str | Feature | None' = None) -> 'Geometry' | — |
| return | 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.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.build_geometry |
| signature | (*, through: 'str | Feature | None' = None) -> 'Geometry' |
| return | Geometry |
Signature
telion_api.Model.build_geometry(*, through: 'str | Feature | None' = None) -> 'Geometry'