Search Results for

    Show / Hide Table of Contents

    Class IfcMaterialLayerSetUsage

    Inheritance
    System.Object
    PersistEntity
    IfcMaterialUsageDefinition
    IfcMaterialLayerSetUsage
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcMaterialUsageDefinition>
    IInstantiableEntity
    IIfcMaterialLayerSetUsage
    IIfcMaterialUsageDefinition
    IfcMaterialSelect
    IIfcMaterialSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcMaterialLayerSetUsage>
    Inherited Members
    IfcMaterialUsageDefinition.IIfcMaterialUsageDefinition.AssociatedTo
    IfcMaterialUsageDefinition.AssociatedTo
    IfcMaterialUsageDefinition.Equals(IfcMaterialUsageDefinition)
    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("IfcMaterialLayerSetUsage", 165)]
    public class IfcMaterialLayerSetUsage : IfcMaterialUsageDefinition, INotifyPropertyChanged, IEquatable<IfcMaterialUsageDefinition>, IInstantiableEntity, IIfcMaterialLayerSetUsage, IIfcMaterialUsageDefinition, IfcMaterialSelect, IIfcMaterialSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcMaterialLayerSetUsage>

    Properties

    | Improve this Doc View Source

    DirectionSense

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

    ForLayerSet

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

    LayerSetDirection

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 3)]
    public IfcLayerSetDirectionEnum LayerSetDirection { get; set; }
    Property Value
    Type Description
    IfcLayerSetDirectionEnum
    | Improve this Doc View Source

    OffsetFromReferenceLine

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

    ReferenceExtent

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

    Methods

    | Improve this Doc View Source

    Equals(IfcMaterialLayerSetUsage)

    Declaration
    public bool Equals(IfcMaterialLayerSetUsage other)
    Parameters
    Type Name Description
    IfcMaterialLayerSetUsage 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
    IfcMaterialUsageDefinition.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

    IIfcMaterialLayerSetUsage.DirectionSense

    Declaration
    IfcDirectionSenseEnum IIfcMaterialLayerSetUsage.DirectionSense { get; set; }
    Returns
    Type Description
    IfcDirectionSenseEnum
    | Improve this Doc View Source

    IIfcMaterialLayerSetUsage.ForLayerSet

    Declaration
    IIfcMaterialLayerSet IIfcMaterialLayerSetUsage.ForLayerSet { get; set; }
    Returns
    Type Description
    IIfcMaterialLayerSet
    | Improve this Doc View Source

    IIfcMaterialLayerSetUsage.LayerSetDirection

    Declaration
    IfcLayerSetDirectionEnum IIfcMaterialLayerSetUsage.LayerSetDirection { get; set; }
    Returns
    Type Description
    IfcLayerSetDirectionEnum
    | Improve this Doc View Source

    IIfcMaterialLayerSetUsage.OffsetFromReferenceLine

    Declaration
    IfcLengthMeasure IIfcMaterialLayerSetUsage.OffsetFromReferenceLine { get; set; }
    Returns
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    IIfcMaterialLayerSetUsage.ReferenceExtent

    Declaration
    IfcPositiveLengthMeasure? IIfcMaterialLayerSetUsage.ReferenceExtent { get; set; }
    Returns
    Type Description
    System.Nullable<IfcPositiveLengthMeasure>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IInstantiableEntity
    IIfcMaterialLayerSetUsage
    IIfcMaterialUsageDefinition
    IfcMaterialSelect
    IIfcMaterialSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim