Search Results for

    Show / Hide Table of Contents

    Class IfcProduct

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcObjectDefinition
    IfcObject
    IfcProduct
    IfcProxy
    IfcAnnotation
    IfcElement
    IfcGrid
    IfcPort
    IfcPositioningElement
    IfcSpatialElement
    IfcStructuralActivity
    IfcStructuralItem
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    System.IEquatable<IfcObjectDefinition>
    System.IEquatable<IfcObject>
    IIfcProduct
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IfcProductSelect
    IIfcProductSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcProduct>
    IExpressValidatable
    Inherited Members
    IfcObject.IIfcObject.ObjectType
    IfcObject.IIfcObject.IsDeclaredBy
    IfcObject.IIfcObject.Declares
    IfcObject.IIfcObject.IsTypedBy
    IfcObject.IIfcObject.IsDefinedBy
    IfcObject.ObjectType
    IfcObject.IsDeclaredBy
    IfcObject.Declares
    IfcObject.IsTypedBy
    IfcObject.IsDefinedBy
    IfcObject.Equals(IfcObject)
    IfcObject.AddDefiningType(IfcTypeObject)
    IfcObject.AddPropertySet(IfcPropertySet)
    IfcObject.GetPropertySet(String, Boolean)
    IfcObject.GetPropertySingleValue(String, String)
    IfcObject.GetPropertySingleValue<TValueType>(String, String)
    IfcObject.GetPropertySingleNominalValue(String, String)
    IfcObject.PropertySets
    IfcObject.SetPropertySingleValue(String, String, Type)
    IfcObject.SetPropertySingleValue(String, String, IfcValue)
    IfcObject.GetExternalElements(IModel)
    IfcObject.GetElementQuantity(String, Boolean)
    IfcObject.ElementQuantities
    IfcObject.PhysicalSimpleQuantities
    IfcObject.GetQuantity<TQType>(String, String)
    IfcObject.GetQuantity<TQType>(String)
    IfcObject.AddQuantity(String, IIfcPhysicalQuantity, String)
    IfcObject.AddQuantity(String, IIfcPhysicalQuantity)
    IfcObject.GetElementPhysicalSimpleQuantity(String, String)
    IfcObject.SetElementPhysicalSimpleQuantity(String, String, Double, XbimQuantityTypeEnum, IIfcNamedUnit)
    IfcObject.RemovePropertySingleValue(String, String)
    IfcObject.RemoveElementPhysicalSimpleQuantity(String, String)
    IfcObject.ValidateClause(IfcObject.IfcObjectClause)
    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("IfcProduct", 20)]
    public abstract class IfcProduct : IfcObject, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcProduct>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    IsContainedIn

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

    ObjectPlacement

    Declaration
    [IndexedProperty]
    [EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 17)]
    public IfcObjectPlacement ObjectPlacement { get; set; }
    Property Value
    Type Description
    IfcObjectPlacement
    | Improve this Doc View Source

    ReferencedBy

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

    Representation

    Declaration
    [IndexedProperty]
    [EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 18)]
    public IfcProductRepresentation Representation { get; set; }
    Property Value
    Type Description
    IfcProductRepresentation

    Methods

    | Improve this Doc View Source

    Equals(IfcProduct)

    Declaration
    public bool Equals(IfcProduct other)
    Parameters
    Type Name Description
    IfcProduct other
    Returns
    Type Description
    System.Boolean
    | 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
    IfcObject.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

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

    ValidateClause(IfcProduct.IfcProductClause)

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

    Declaration
    public bool ValidateClause(IfcProduct.IfcProductClause clause)
    Parameters
    Type Name Description
    IfcProduct.IfcProductClause 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

    IIfcProduct.ObjectPlacement

    Declaration
    IIfcObjectPlacement IIfcProduct.ObjectPlacement { get; set; }
    Returns
    Type Description
    IIfcObjectPlacement
    | Improve this Doc View Source

    IIfcProduct.ReferencedBy

    Declaration
    IEnumerable<IIfcRelAssignsToProduct> IIfcProduct.ReferencedBy { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAssignsToProduct>
    | Improve this Doc View Source

    IIfcProduct.Representation

    Declaration
    IIfcProductRepresentation IIfcProduct.Representation { get; set; }
    Returns
    Type Description
    IIfcProductRepresentation

    Implements

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