Search Results for

    Show / Hide Table of Contents

    Class IfcTypeObject

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcObjectDefinition
    IfcTypeObject
    IfcTypeProduct
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    System.IEquatable<IfcObjectDefinition>
    IIfcTypeObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IExpressSelectType
    IInstantiableEntity
    IIfcTypeObject
    IIfcObjectDefinition
    IIfcRoot
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcTypeObject>
    IExpressValidatable
    Inherited Members
    IfcObjectDefinition.IIfcObjectDefinition.HasAssignments
    IfcObjectDefinition.IIfcObjectDefinition.Nests
    IfcObjectDefinition.IIfcObjectDefinition.IsNestedBy
    IfcObjectDefinition.IIfcObjectDefinition.HasContext
    IfcObjectDefinition.IIfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.IIfcObjectDefinition.Decomposes
    IfcObjectDefinition.IIfcObjectDefinition.HasAssociations
    IfcObjectDefinition.Item[String]
    IfcObjectDefinition.IIfcObjectDefinition.HasAssignments
    IfcObjectDefinition.IIfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.IIfcObjectDefinition.Decomposes
    IfcObjectDefinition.IIfcObjectDefinition.HasAssociations
    IfcObjectDefinition.HasAssignments
    IfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.Decomposes
    IfcObjectDefinition.HasAssociations
    IfcObjectDefinition.Equals(IfcObjectDefinition)
    IfcObjectDefinition.Material
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.GlobalId
    IfcRoot.OwnerHistory
    IfcRoot.Name
    IfcRoot.Description
    IfcRoot.Equals(IfcRoot)
    IfcRoot.FriendlyName
    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.Ifc2x3.Kernel
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcTypeObject", 42)]
    public class IfcTypeObject : IfcObjectDefinition, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IInstantiableEntity, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcTypeObject>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    ApplicableOccurrence

    Declaration
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
    public IfcLabel? ApplicableOccurrence { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    ElementQuantities

    Use this method to get all element quantities related to this object

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

    All related element quantities

    | Improve this Doc View Source

    HasPropertySets

    Declaration
    [IndexedProperty]
    [EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 10)]
    public IOptionalItemSet<IfcPropertySetDefinition> HasPropertySets { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcPropertySetDefinition>
    | Improve this Doc View Source

    ObjectTypeOf

    Declaration
    [InverseProperty("RelatingType")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 11)]
    public IEnumerable<IfcRelDefinesByType> ObjectTypeOf { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcRelDefinesByType>
    | Improve this Doc View Source

    PhysicalSimpleQuantities

    Use this to get all physical simple quantities (like length, area, volume, count, etc.)

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

    All physical simple quantities (like length, area, volume, count, etc.)

    | Improve this Doc View Source

    PropertySets

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

    PropertySingleValues

    Declaration
    public IDictionary<IfcLabel, Dictionary<IfcIdentifier, IfcValue>> PropertySingleValues { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<IfcLabel, System.Collections.Generic.Dictionary<IfcIdentifier, IfcValue>>

    Methods

    | Improve this Doc View Source

    AddPropertySet(IfcPropertySetDefinition)

    Declaration
    public void AddPropertySet(IfcPropertySetDefinition pSetDefinition)
    Parameters
    Type Name Description
    IfcPropertySetDefinition pSetDefinition
    | Improve this Doc View Source

    Equals(IfcTypeObject)

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

    GetElementPhysicalSimpleQuantity(String, String)

    Declaration
    public IfcPhysicalSimpleQuantity GetElementPhysicalSimpleQuantity(string pSetName, string qualityName)
    Parameters
    Type Name Description
    System.String pSetName
    System.String qualityName
    Returns
    Type Description
    IfcPhysicalSimpleQuantity
    | Improve this Doc View Source

    GetElementQuantity(String, Boolean)

    Declaration
    public IfcElementQuantity GetElementQuantity(string pSetName, bool caseSensitive = true)
    Parameters
    Type Name Description
    System.String pSetName
    System.Boolean caseSensitive
    Returns
    Type Description
    IfcElementQuantity
    | Improve this Doc View Source

    GetPropertySet(String, Boolean)

    Returns the propertyset of the specified name, null if it does not exist

    Declaration
    public IfcPropertySet GetPropertySet(string pSetName, bool caseSensitive = true)
    Parameters
    Type Name Description
    System.String pSetName
    System.Boolean caseSensitive
    Returns
    Type Description
    IfcPropertySet
    | Improve this Doc View Source

    GetPropertySingleValue(String, String)

    Declaration
    public IfcPropertySingleValue GetPropertySingleValue(string pSetName, string propertyName)
    Parameters
    Type Name Description
    System.String pSetName
    System.String propertyName
    Returns
    Type Description
    IfcPropertySingleValue
    | Improve this Doc View Source

    GetPropertySingleValueValue(String, String)

    Declaration
    public IfcValue GetPropertySingleValueValue(string pSetName, string propertyName)
    Parameters
    Type Name Description
    System.String pSetName
    System.String propertyName
    Returns
    Type Description
    IfcValue
    | 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
    IfcObjectDefinition.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    SetPropertySingleValue(String, String, IfcValue)

    Declaration
    public IfcPropertySingleValue SetPropertySingleValue(string pSetName, string propertyName, IfcValue value)
    Parameters
    Type Name Description
    System.String pSetName
    System.String propertyName
    IfcValue value
    Returns
    Type Description
    IfcPropertySingleValue
    | 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(IfcTypeObject.IfcTypeObjectClause)

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

    Declaration
    public bool ValidateClause(IfcTypeObject.IfcTypeObjectClause clause)
    Parameters
    Type Name Description
    IfcTypeObject.IfcTypeObjectClause 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>
    | Improve this Doc View Source

    IContainsIndexedReferences.IndexedReferences

    Declaration
    IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcTypeObject.ApplicableOccurrence

    Declaration
    IfcLabel? IIfcTypeObject.ApplicableOccurrence { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcTypeObject.HasPropertySets

    Declaration
    IItemSet<IIfcPropertySetDefinition> IIfcTypeObject.HasPropertySets { get; }
    Returns
    Type Description
    IItemSet<IIfcPropertySetDefinition>
    | Improve this Doc View Source

    IIfcTypeObject.ObjectTypeOf

    Declaration
    IEnumerable<IIfcRelDefinesByType> IIfcTypeObject.ObjectTypeOf { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelDefinesByType>
    | Improve this Doc View Source

    IIfcTypeObject.ApplicableOccurrence

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTypeObject), 5)]
    IfcIdentifier? IIfcTypeObject.ApplicableOccurrence { get; set; }
    Returns
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    IIfcTypeObject.DefinedByProperties

    Declaration
    IEnumerable<IIfcRelDefinesByProperties> IIfcTypeObject.DefinedByProperties { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelDefinesByProperties>
    | Improve this Doc View Source

    IIfcTypeObject.HasPropertySets

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTypeObject), 6)]
    IItemSet<IIfcPropertySetDefinition> IIfcTypeObject.HasPropertySets { get; }
    Returns
    Type Description
    IItemSet<IIfcPropertySetDefinition>
    | Improve this Doc View Source

    IIfcTypeObject.Types

    Declaration
    IEnumerable<IIfcRelDefinesByType> IIfcTypeObject.Types { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelDefinesByType>

    Implements

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