Section: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:


Each section has a unique id, as well as information on:
Each section has a unique id, as well as information on:
* The amount of floors, as an alternative value to [[Default floors (Function Value)]]
* The amount of floors, as an alternative value to [[Default floors (Function Value)]]. The minimum and maximum amount of floors is controlled through the [[Min floors (Function Value)]] and [[Max floors (Function Value)]].
* The slanting roof height, as an alternative value to [[Slanting roof height (Function Value)]]
* The slanting roof height, as an alternative value to [[Slanting roof height (Function Value)]].
* Spatial Geometry of the section.
* Spatial Geometry of the section.
* The skeleton lines for the [[Roofs|roof]] construction.


{{article end
{{article end
|notes=
|notes=
* Requesting the Spatial Geometry of a Building returns a collection of Geometries of its individual sections when it has more than one section. Otherwise it returns its single section geometry.
* Requesting the Spatial Geometry of a Building returns a collection of Geometries of its individual sections when it has more than one section. Otherwise it returns its single section geometry.
* When "Drawing an area" for a Building in the {{software|client}}, the user is actually drawing a geometry for the first section of the Building.
* When "Drawing an area" for a Building in the {{software client}}, the user is actually drawing a geometry for the first section of the Building.
|seealso=
|seealso=
* [[Building]]
* [[Building]]
* [[Function]]
* [[Function]]
* [[Roofs]]
* [[Roofs]]
*[[Default floors (Function Value)]]
*[[Min floors (Function Value)]]
*[[Max floors (Function Value)]]
|api=* [[Api session event editor building add section]]
* [[Api session event editor building remove sections]]
* [[Api session event editor building set floors]]
* [[Api session event editor building set slanting roof height]]
}}
}}
{{editor current situation nav}}

Latest revision as of 12:38, 14 July 2026

Several Buildings consisting of three sections with each a different amount of floors (3, 4 and 2).

A Section is a sub-component of a Building. Each building consists of one or more sections.

Each section has a unique id, as well as information on:

Notes

  • Requesting the Spatial Geometry of a Building returns a collection of Geometries of its individual sections when it has more than one section. Otherwise it returns its single section geometry.
  • When "Drawing an area" for a Building in the Tygron Client, the user is actually drawing a geometry for the first section of the Building.

See also

API Endpoints