Search Results for

    Show / Hide Table of Contents

    Class IfcSurfaceStyle

    Inheritance
    System.Object
    PersistEntity
    IfcPresentationStyle
    IfcSurfaceStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcPresentationStyle>
    IInstantiableEntity
    IIfcSurfaceStyle
    IIfcPresentationStyle
    IfcStyleAssignmentSelect
    IIfcStyleAssignmentSelect
    IfcPresentationStyleSelect
    IIfcPresentationStyleSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcSurfaceStyle>
    IExpressValidatable
    Inherited Members
    IfcPresentationStyle.IIfcPresentationStyle.Name
    IfcPresentationStyle.Name
    IfcPresentationStyle.Equals(IfcPresentationStyle)
    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.PresentationAppearanceResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcSurfaceStyle", 260)]
    public class IfcSurfaceStyle : IfcPresentationStyle, INotifyPropertyChanged, IEquatable<IfcPresentationStyle>, IInstantiableEntity, IIfcSurfaceStyle, IIfcPresentationStyle, IfcStyleAssignmentSelect, IIfcStyleAssignmentSelect, IfcPresentationStyleSelect, IIfcPresentationStyleSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcSurfaceStyle>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    Side

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

    Styles

    Declaration
    [EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{5}, 3)]
    public IItemSet<IfcSurfaceStyleElementSelect> Styles { get; }
    Property Value
    Type Description
    IItemSet<IfcSurfaceStyleElementSelect>
    | Improve this Doc View Source

    SurfaceStyles

    Declaration
    public IEnumerable<IIfcSurfaceStyle> SurfaceStyles { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcSurfaceStyle>

    Methods

    | Improve this Doc View Source

    Equals(IfcSurfaceStyle)

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

    Validate()

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

    ValidateClause(IfcSurfaceStyle.IfcSurfaceStyleClause)

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

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

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcSurfaceStyle.Side

    Declaration
    IfcSurfaceSide IIfcSurfaceStyle.Side { get; set; }
    Returns
    Type Description
    IfcSurfaceSide
    | Improve this Doc View Source

    IIfcSurfaceStyle.Styles

    Declaration
    IItemSet<IIfcSurfaceStyleElementSelect> IIfcSurfaceStyle.Styles { get; }
    Returns
    Type Description
    IItemSet<IIfcSurfaceStyleElementSelect>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IInstantiableEntity
    IIfcSurfaceStyle
    IIfcPresentationStyle
    IfcStyleAssignmentSelect
    IIfcStyleAssignmentSelect
    IfcPresentationStyleSelect
    IIfcPresentationStyleSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim