Search Results for

    Show / Hide Table of Contents

    Class IfcFillAreaStyleHatching

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcFillAreaStyleHatching
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    IIfcFillAreaStyleHatching
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IfcFillStyleSelect
    IInstantiableEntity
    IIfcFillAreaStyleHatching
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IIfcLayeredItem
    IfcFillStyleSelect
    IIfcFillStyleSelect
    IIfcFillStyleSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcFillAreaStyleHatching>
    IExpressValidatable
    Inherited Members
    IfcGeometricRepresentationItem.Equals(IfcGeometricRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignments
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    IfcRepresentationItem.LayerAssignments
    IfcRepresentationItem.StyledByItem
    IfcRepresentationItem.Equals(IfcRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    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.PresentationAppearanceResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcFillAreaStyleHatching", 462)]
    public class IfcFillAreaStyleHatching : IfcGeometricRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IIfcFillAreaStyleHatching, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IfcFillStyleSelect, IInstantiableEntity, IIfcFillAreaStyleHatching, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IfcFillStyleSelect, IIfcFillStyleSelect, IIfcFillStyleSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcFillAreaStyleHatching>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    HatchLineAngle

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

    HatchLineAppearance

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

    PatternStart

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
    public IfcCartesianPoint PatternStart { get; set; }
    Property Value
    Type Description
    IfcCartesianPoint
    | Improve this Doc View Source

    PointOfReferenceHatchLine

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
    public IfcCartesianPoint PointOfReferenceHatchLine { get; set; }
    Property Value
    Type Description
    IfcCartesianPoint
    | Improve this Doc View Source

    StartOfNextHatchLine

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
    public IfcHatchLineDistanceSelect StartOfNextHatchLine { get; set; }
    Property Value
    Type Description
    IfcHatchLineDistanceSelect

    Methods

    | Improve this Doc View Source

    Equals(IfcFillAreaStyleHatching)

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

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

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

    IIfcFillAreaStyleHatching.HatchLineAngle

    Declaration
    IfcPlaneAngleMeasure IIfcFillAreaStyleHatching.HatchLineAngle { get; set; }
    Returns
    Type Description
    IfcPlaneAngleMeasure
    | Improve this Doc View Source

    IIfcFillAreaStyleHatching.HatchLineAppearance

    Declaration
    IIfcCurveStyle IIfcFillAreaStyleHatching.HatchLineAppearance { get; set; }
    Returns
    Type Description
    IIfcCurveStyle
    | Improve this Doc View Source

    IIfcFillAreaStyleHatching.PatternStart

    Declaration
    IIfcCartesianPoint IIfcFillAreaStyleHatching.PatternStart { get; set; }
    Returns
    Type Description
    IIfcCartesianPoint
    | Improve this Doc View Source

    IIfcFillAreaStyleHatching.PointOfReferenceHatchLine

    Declaration
    IIfcCartesianPoint IIfcFillAreaStyleHatching.PointOfReferenceHatchLine { get; set; }
    Returns
    Type Description
    IIfcCartesianPoint
    | Improve this Doc View Source

    IIfcFillAreaStyleHatching.StartOfNextHatchLine

    Declaration
    IIfcHatchLineDistanceSelect IIfcFillAreaStyleHatching.StartOfNextHatchLine { get; set; }
    Returns
    Type Description
    IIfcHatchLineDistanceSelect
    | Improve this Doc View Source

    IIfcFillAreaStyleHatching.HatchLineAngle

    Declaration
    [CrossSchemaAttribute(typeof(IIfcFillAreaStyleHatching), 5)]
    IfcPlaneAngleMeasure IIfcFillAreaStyleHatching.HatchLineAngle { get; set; }
    Returns
    Type Description
    IfcPlaneAngleMeasure
    | Improve this Doc View Source

    IIfcFillAreaStyleHatching.HatchLineAppearance

    Declaration
    [CrossSchemaAttribute(typeof(IIfcFillAreaStyleHatching), 1)]
    IIfcCurveStyle IIfcFillAreaStyleHatching.HatchLineAppearance { get; set; }
    Returns
    Type Description
    IIfcCurveStyle
    | Improve this Doc View Source

    IIfcFillAreaStyleHatching.PatternStart

    Declaration
    [CrossSchemaAttribute(typeof(IIfcFillAreaStyleHatching), 4)]
    IIfcCartesianPoint IIfcFillAreaStyleHatching.PatternStart { get; set; }
    Returns
    Type Description
    IIfcCartesianPoint
    | Improve this Doc View Source

    IIfcFillAreaStyleHatching.PointOfReferenceHatchLine

    Declaration
    [CrossSchemaAttribute(typeof(IIfcFillAreaStyleHatching), 3)]
    IIfcCartesianPoint IIfcFillAreaStyleHatching.PointOfReferenceHatchLine { get; set; }
    Returns
    Type Description
    IIfcCartesianPoint
    | Improve this Doc View Source

    IIfcFillAreaStyleHatching.StartOfNextHatchLine

    Declaration
    [CrossSchemaAttribute(typeof(IIfcFillAreaStyleHatching), 2)]
    IIfcHatchLineDistanceSelect IIfcFillAreaStyleHatching.StartOfNextHatchLine { get; set; }
    Returns
    Type Description
    IIfcHatchLineDistanceSelect

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    IIfcFillAreaStyleHatching
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IfcFillStyleSelect
    IInstantiableEntity
    IIfcFillAreaStyleHatching
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IIfcLayeredItem
    IfcFillStyleSelect
    IIfcFillStyleSelect
    IIfcFillStyleSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim