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: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3419).

Hierarchy

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: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3428).

Published property RefLongitude: TIfcCompoundPlaneAngleMeasure read FRefLongitude write FRefLongitude;

World Longitude at reference point.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3431).

Published property RefElevation: TIfcLengthMeasure read FRefElevation write FRefElevation;

Datum elevation relative to sea level.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3434).

Published property LandTitleNumber: TIfcLabel read FLandTitleNumber write FLandTitleNumber;

The land title number.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3437).

Published property SiteAddress: TIfcPostalAddress read FSiteAddress write FSiteAddress;

Address given to the site for postal purposes.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3440).


Generated by PasDoc 0.17.0.snapshot.