Search Results for

    Show / Hide Table of Contents

    Class IfcGeneralMaterialProperties

    Inheritance
    System.Object
    PersistEntity
    IfcMaterialProperties
    IfcGeneralMaterialProperties
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<IfcMaterialProperties>
    IInstantiableEntity
    IIfcGeneralMaterialProperties
    IIfcMaterialProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcGeneralMaterialProperties>
    Inherited Members
    IfcMaterialProperties.IIfcMaterialProperties.Material
    IfcMaterialProperties.IIfcExtendedProperties.Name
    IfcMaterialProperties.IIfcExtendedProperties.Description
    IfcMaterialProperties.IIfcExtendedProperties.Properties
    IfcMaterialProperties.IIfcPropertyAbstraction.HasExternalReferences
    IfcMaterialProperties.IIfcMaterialProperties.Material
    IfcMaterialProperties.Material
    IfcMaterialProperties.Equals(IfcMaterialProperties)
    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.MaterialPropertyResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcGeneralMaterialProperties", 716)]
    public class IfcGeneralMaterialProperties : IfcMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IInstantiableEntity, IIfcGeneralMaterialProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcGeneralMaterialProperties>

    Properties

    | Improve this Doc View Source

    MassDensity

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

    MolecularWeight

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

    Porosity

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcNormalisedRatioMeasure? Porosity { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>

    Methods

    | Improve this Doc View Source

    Equals(IfcGeneralMaterialProperties)

    Declaration
    public bool Equals(IfcGeneralMaterialProperties other)
    Parameters
    Type Name Description
    IfcGeneralMaterialProperties 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
    IfcMaterialProperties.Parse(Int32, IPropertyValue, Int32[])

    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

    IIfcGeneralMaterialProperties.MassDensity

    Declaration
    IfcMassDensityMeasure? IIfcGeneralMaterialProperties.MassDensity { get; set; }
    Returns
    Type Description
    System.Nullable<IfcMassDensityMeasure>
    | Improve this Doc View Source

    IIfcGeneralMaterialProperties.MolecularWeight

    Declaration
    IfcMolecularWeightMeasure? IIfcGeneralMaterialProperties.MolecularWeight { get; set; }
    Returns
    Type Description
    System.Nullable<IfcMolecularWeightMeasure>
    | Improve this Doc View Source

    IIfcGeneralMaterialProperties.Porosity

    Declaration
    IfcNormalisedRatioMeasure? IIfcGeneralMaterialProperties.Porosity { get; set; }
    Returns
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<T>
    IInstantiableEntity
    IIfcGeneralMaterialProperties
    IIfcMaterialProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim