Class IfcBuilding
Inheritance
System.Object
IfcBuilding
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcProduct>
System.IEquatable<IfcSpatialElement>
System.IEquatable<IfcSpatialStructureElement>
System.IEquatable<IfcBuilding>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.ProductExtension
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcBuilding", 169)]
public class IfcBuilding : IfcSpatialStructureElement, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProduct>, IEquatable<IfcSpatialElement>, IEquatable<IfcSpatialStructureElement>, IExpressValidatable, IInstantiableEntity, IIfcBuilding, IIfcSpatialStructureElement, IIfcSpatialElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcBuilding>
Properties
| Improve this Doc View SourceBuildingAddress
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 27)]
public IfcPostalAddress BuildingAddress { get; set; }
Property Value
Type | Description |
---|---|
IfcPostalAddress |
Buildings
Returns the buidlings that decompose this building
Declaration
public IEnumerable<IIfcBuilding> Buildings { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcBuilding> |
BuildingStoreys
Returns the building storeys for this floor
Declaration
public IEnumerable<IIfcBuildingStorey> BuildingStoreys { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcBuildingStorey> |
ElevationOfRefHeight
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 25)]
public IfcLengthMeasure? ElevationOfRefHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
ElevationOfTerrain
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 26)]
public IfcLengthMeasure? ElevationOfTerrain { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
Site
Returns the site (if any) that contains this building, null if the building is not decomposing a site
Declaration
public IIfcSite Site { get; }
Property Value
Type | Description |
---|---|
IIfcSite |
Spaces
Returns all spaces that are sub-spaces of this building
Declaration
public IEnumerable<IIfcSpace> Spaces { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcSpace> |
Methods
| Improve this Doc View SourceEquals(IfcBuilding)
Declaration
public bool Equals(IfcBuilding other)
Parameters
Type | Name | Description |
---|---|---|
IfcBuilding | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcBuilding.BuildingAddress
Declaration
IIfcPostalAddress IIfcBuilding.BuildingAddress { get; set; }
Returns
Type | Description |
---|---|
IIfcPostalAddress |
IIfcBuilding.ElevationOfRefHeight
Declaration
IfcLengthMeasure? IIfcBuilding.ElevationOfRefHeight { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
IIfcBuilding.ElevationOfTerrain
Declaration
IfcLengthMeasure? IIfcBuilding.ElevationOfTerrain { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>