Search Results for

    Show / Hide Table of Contents

    Class IfcMaterialProfileSetUsage

    Inheritance
    System.Object
    PersistEntity
    IfcMaterialUsageDefinition
    IfcMaterialProfileSetUsage
    IfcMaterialProfileSetUsageTapering
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcMaterialUsageDefinition>
    IInstantiableEntity
    IIfcMaterialProfileSetUsage
    IIfcMaterialUsageDefinition
    IfcMaterialSelect
    IIfcMaterialSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcMaterialProfileSetUsage>
    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("IfcMaterialProfileSetUsage", 1207)]
    public class IfcMaterialProfileSetUsage : IfcMaterialUsageDefinition, INotifyPropertyChanged, IEquatable<IfcMaterialUsageDefinition>, IInstantiableEntity, IIfcMaterialProfileSetUsage, IIfcMaterialUsageDefinition, IfcMaterialSelect, IIfcMaterialSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcMaterialProfileSetUsage>

    Properties

    | Improve this Doc View Source

    CardinalPoint

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

    ForProfileSet

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

    ReferenceExtent

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

    Methods

    | Improve this Doc View Source

    Equals(IfcMaterialProfileSetUsage)

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

    IIfcMaterialProfileSetUsage.CardinalPoint

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

    IIfcMaterialProfileSetUsage.ForProfileSet

    Declaration
    IIfcMaterialProfileSet IIfcMaterialProfileSetUsage.ForProfileSet { get; set; }
    Returns
    Type Description
    IIfcMaterialProfileSet
    | Improve this Doc View Source

    IIfcMaterialProfileSetUsage.ReferenceExtent

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

    Implements

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