Class TIfcSite
Unit
Declaration
type TIfcSite = class(TIfcSpatialStructureElement)
Description
Defined area of land on which the project construction is to be completed.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcSite.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3431).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcDefinitionSelect
- TIfcObjectDefinition
- TIfcObject
- TIfcProduct
- TIfcSpatialElement
- TIfcSpatialStructureElement
- TIfcSite
Overview
Properties
| Published | property RefLatitude: TIfcCompoundPlaneAngleMeasure read FRefLatitude write FRefLatitude; |
| Published | property RefLongitude: TIfcCompoundPlaneAngleMeasure read FRefLongitude write FRefLongitude; |
| Published | property RefElevation: TIfcLengthMeasure read FRefElevation write FRefElevation; |
| Published | property LandTitleNumber: TIfcLabel read FLandTitleNumber write FLandTitleNumber; |
| Published | property SiteAddress: TIfcPostalAddress read FSiteAddress write FSiteAddress; |
Description
Properties
| Published | property RefLatitude: TIfcCompoundPlaneAngleMeasure read FRefLatitude write FRefLatitude; |
|
World Latitude at reference poin. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3440). | |
| Published | property RefLongitude: TIfcCompoundPlaneAngleMeasure read FRefLongitude write FRefLongitude; |
|
World Longitude at reference point. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3443). | |
| Published | property RefElevation: TIfcLengthMeasure read FRefElevation write FRefElevation; |
|
Datum elevation relative to sea level. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3446). | |
| Published | property LandTitleNumber: TIfcLabel read FLandTitleNumber write FLandTitleNumber; |
|
The land title number. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3449). | |
| Published | property SiteAddress: TIfcPostalAddress read FSiteAddress write FSiteAddress; |
|
Address given to the site for postal purposes. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3452). | |
Generated by PasDoc 0.17.0.snapshot.