Search Results for

    Show / Hide Table of Contents

    Interface IIfcElement

    Readonly interface for IfcElement

    Inherited Members
    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 IIfcElement : IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IfcStructuralActivityAssignmentSelect, 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

    HasProjections

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

    InterferesElements

    Declaration
    IEnumerable<IIfcRelInterferesElements> InterferesElements { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelInterferesElements>
    | 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

    IsInterferedByElements

    Declaration
    IEnumerable<IIfcRelInterferesElements> IsInterferedByElements { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelInterferesElements>
    | 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