Search Results for

    Show / Hide Table of Contents

    Class IfcProject

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcObjectDefinition
    IfcContext
    IfcProject
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    System.IEquatable<IfcObjectDefinition>
    System.IEquatable<IfcContext>
    IInstantiableEntity
    IIfcProject
    IIfcContext
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcProject>
    IExpressValidatable
    Inherited Members
    IfcContext.IIfcContext.ObjectType
    IfcContext.IIfcContext.LongName
    IfcContext.IIfcContext.Phase
    IfcContext.IIfcContext.RepresentationContexts
    IfcContext.IIfcContext.UnitsInContext
    IfcContext.IIfcContext.IsDefinedBy
    IfcContext.IIfcContext.Declares
    IfcContext.ObjectType
    IfcContext.LongName
    IfcContext.Phase
    IfcContext.RepresentationContexts
    IfcContext.UnitsInContext
    IfcContext.IsDefinedBy
    IfcContext.Declares
    IfcContext.Equals(IfcContext)
    IfcObjectDefinition.IIfcObjectDefinition.HasAssignments
    IfcObjectDefinition.IIfcObjectDefinition.Nests
    IfcObjectDefinition.IIfcObjectDefinition.IsNestedBy
    IfcObjectDefinition.IIfcObjectDefinition.HasContext
    IfcObjectDefinition.IIfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.IIfcObjectDefinition.Decomposes
    IfcObjectDefinition.IIfcObjectDefinition.HasAssociations
    IfcObjectDefinition.HasAssignments
    IfcObjectDefinition.Nests
    IfcObjectDefinition.IsNestedBy
    IfcObjectDefinition.HasContext
    IfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.Decomposes
    IfcObjectDefinition.HasAssociations
    IfcObjectDefinition.Equals(IfcObjectDefinition)
    IfcObjectDefinition.Material
    IfcObjectDefinition.Item[String]
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.GlobalId
    IfcRoot.OwnerHistory
    IfcRoot.Name
    IfcRoot.Description
    IfcRoot.Equals(IfcRoot)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc4.Kernel
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcProject", 204)]
    public class IfcProject : IfcContext, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcContext>, IInstantiableEntity, IIfcProject, IIfcContext, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcProject>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    Buildings

    Returns all buildings at the highest level of spatial structural decomposition (i.e. root buildings)

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

    ModelContext

    Declaration
    public IfcGeometricRepresentationContext ModelContext { get; }
    Property Value
    Type Description
    IfcGeometricRepresentationContext
    | Improve this Doc View Source

    Sites

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

    SpatialStructuralElements

    Declaration
    public IEnumerable<IIfcSpatialStructureElement> SpatialStructuralElements { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcSpatialStructureElement>

    Methods

    | Improve this Doc View Source

    AddBuilding(IfcBuilding)

    Adds Building to the IsDecomposedBy Collection.

    Declaration
    public void AddBuilding(IfcBuilding building)
    Parameters
    Type Name Description
    IfcBuilding building
    | Improve this Doc View Source

    AddSite(IfcSite)

    Adds Site to the IsDecomposedBy Collection.

    Declaration
    public void AddSite(IfcSite site)
    Parameters
    Type Name Description
    IfcSite site
    | Improve this Doc View Source

    Equals(IfcProject)

    Declaration
    public bool Equals(IfcProject other)
    Parameters
    Type Name Description
    IfcProject other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Initialize(ProjectUnits)

    Sets up the default units as SI Creates the GeometricRepresentationContext for a Model view, required by Ifc compliance

    Declaration
    public void Initialize(ProjectUnits units)
    Parameters
    Type Name Description
    ProjectUnits units
    | Improve this Doc View Source

    Parse(Int32, IPropertyValue, Int32[])

    Declaration
    public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex
    Overrides
    IfcContext.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public virtual IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    | Improve this Doc View Source

    ValidateClause(IfcProject.IfcProjectClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcProject.IfcProjectClause clause)
    Parameters
    Type Name Description
    IfcProject.IfcProjectClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    Explicit Interface Implementations

    | Improve this Doc View Source

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcProject
    IIfcContext
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim