Interface IIfcSpace
Readonly interface for IfcSpace
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcSpace : IIfcSpatialStructureElement, IIfcSpatialElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IfcSpaceBoundarySelect, IIfcSpaceBoundarySelect, IExpressSelectType, 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
PredefinedType
Declaration
IfcSpaceTypeEnum? PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
Spaces
Declaration
IEnumerable<IIfcSpace> Spaces { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcSpace> |
|