Search Results for

    Show / Hide Table of Contents

    Interface IIfcSpace

    Readonly interface for IfcSpace

    Inherited Members
    IIfcSpatialStructureElement.CompositionType
    IIfcSpatialElement.LongName
    IIfcSpatialElement.ContainsElements
    IIfcSpatialElement.ServicedBySystems
    IIfcSpatialElement.ReferencesElements
    IIfcProduct.ObjectPlacement
    IIfcProduct.Representation
    IIfcProduct.ReferencedBy
    IIfcProduct.IsContainedIn
    IIfcObject.ObjectType
    IIfcObject.IsDeclaredBy
    IIfcObject.Declares
    IIfcObject.IsTypedBy
    IIfcObject.IsDefinedBy
    IIfcObjectDefinition.HasAssignments
    IIfcObjectDefinition.Nests
    IIfcObjectDefinition.IsNestedBy
    IIfcObjectDefinition.HasContext
    IIfcObjectDefinition.IsDecomposedBy
    IIfcObjectDefinition.Decomposes
    IIfcObjectDefinition.HasAssociations
    IIfcObjectDefinition.Item[String]
    IIfcObjectDefinition.Material
    IIfcRoot.GlobalId
    IIfcRoot.OwnerHistory
    IIfcRoot.Name
    IIfcRoot.Description
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    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
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelSpaceBoundary>
    | Improve this Doc View Source

    ElevationWithFlooring

    Declaration
    IfcLengthMeasure? ElevationWithFlooring { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLengthMeasure>
    | Improve this Doc View Source

    HasCoverings

    Declaration
    IEnumerable<IIfcRelCoversSpaces> HasCoverings { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelCoversSpaces>
    | Improve this Doc View Source

    PredefinedType

    Declaration
    IfcSpaceTypeEnum? PredefinedType { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcSpaceTypeEnum>
    | Improve this Doc View Source

    Spaces

    Declaration
    IEnumerable<IIfcSpace> Spaces { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcSpace>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim