Search Results for

    Show / Hide Table of Contents

    Interface IIfcElement

    Readonly interface for IfcElement

    Inherited Members
    IIfcProduct.ObjectPlacement
    IIfcProduct.Representation
    IIfcProduct.ReferencedBy
    IIfcObject.ObjectType
    IIfcObject.IsDefinedBy
    IIfcObjectDefinition.HasAssignments
    IIfcObjectDefinition.IsDecomposedBy
    IIfcObjectDefinition.Decomposes
    IIfcObjectDefinition.HasAssociations
    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.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcElement : IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ConnectedFrom

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

    ConnectedTo

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

    ContainedInStructure

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

    FillsVoids

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

    HasCoverings

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

    HasOpenings

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

    HasPorts

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

    HasProjections

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

    HasStructuralMember

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

    IsConnectionRealization

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

    ProvidesBoundaries

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

    ReferencedInStructures

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

    Tag

    Declaration
    IfcIdentifier? Tag { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcIdentifier>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim