Search Results for

    Show / Hide Table of Contents

    Class IfcMaterial

    Inheritance
    System.Object
    PersistEntity
    IfcMaterialDefinition
    IfcMaterial
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcMaterialDefinition>
    IInstantiableEntity
    IIfcMaterial
    IIfcMaterialDefinition
    IfcMaterialSelect
    IIfcMaterialSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcMaterial>
    Inherited Members
    IfcMaterialDefinition.IIfcMaterialDefinition.AssociatedTo
    IfcMaterialDefinition.IIfcMaterialDefinition.HasExternalReferences
    IfcMaterialDefinition.IIfcMaterialDefinition.HasProperties
    IfcMaterialDefinition.AssociatedTo
    IfcMaterialDefinition.HasExternalReferences
    IfcMaterialDefinition.HasProperties
    IfcMaterialDefinition.Equals(IfcMaterialDefinition)
    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.MaterialResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcMaterial", 94)]
    public class IfcMaterial : IfcMaterialDefinition, INotifyPropertyChanged, IEquatable<IfcMaterialDefinition>, IInstantiableEntity, IIfcMaterial, IIfcMaterialDefinition, IfcMaterialSelect, IIfcMaterialSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcMaterial>

    Properties

    | Improve this Doc View Source

    Category

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

    Description

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

    HasRepresentation

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

    IsRelatedWith

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

    Name

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
    public IfcLabel Name { get; set; }
    Property Value
    Type Description
    IfcLabel
    | Improve this Doc View Source

    RelatesTo

    Declaration
    [InverseProperty("RelatingMaterial")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 9)]
    public IEnumerable<IfcMaterialRelationship> RelatesTo { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcMaterialRelationship>

    Methods

    | Improve this Doc View Source

    Equals(IfcMaterial)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcMaterial.Category

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

    IIfcMaterial.Description

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

    IIfcMaterial.HasRepresentation

    Declaration
    IEnumerable<IIfcMaterialDefinitionRepresentation> IIfcMaterial.HasRepresentation { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcMaterialDefinitionRepresentation>
    | Improve this Doc View Source

    IIfcMaterial.IsRelatedWith

    Declaration
    IEnumerable<IIfcMaterialRelationship> IIfcMaterial.IsRelatedWith { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcMaterialRelationship>
    | Improve this Doc View Source

    IIfcMaterial.Name

    Declaration
    IfcLabel IIfcMaterial.Name { get; set; }
    Returns
    Type Description
    IfcLabel
    | Improve this Doc View Source

    IIfcMaterial.RelatesTo

    Declaration
    IEnumerable<IIfcMaterialRelationship> IIfcMaterial.RelatesTo { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcMaterialRelationship>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IInstantiableEntity
    IIfcMaterial
    IIfcMaterialDefinition
    IfcMaterialSelect
    IIfcMaterialSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim