Interface IIfcSpace
Readonly interface for IfcSpace
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcSpace : IIfcSpatialStructureElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
BoundedBy
Declaration
IEnumerable<IIfcRelSpaceBoundary> BoundedBy { get; }
Property Value
|
Improve this Doc
View Source
ElevationWithFlooring
Declaration
IfcLengthMeasure? ElevationWithFlooring { get; set; }
Property Value
|
Improve this Doc
View Source
HasCoverings
Declaration
IEnumerable<IIfcRelCoversSpaces> HasCoverings { get; }
Property Value
|
Improve this Doc
View Source
InteriorOrExteriorSpace
Declaration
IfcInternalOrExternalEnum InteriorOrExteriorSpace { get; set; }
Property Value