Search Results for

    Show / Hide Table of Contents

    Class IfcCurveStyle

    Inheritance
    System.Object
    PersistEntity
    IfcPresentationStyle
    IfcCurveStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcPresentationStyle>
    IInstantiableEntity
    IIfcCurveStyle
    IIfcPresentationStyle
    IfcStyleAssignmentSelect
    IIfcStyleAssignmentSelect
    IfcPresentationStyleSelect
    IIfcPresentationStyleSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcCurveStyle>
    IExpressValidatable
    Inherited Members
    IfcPresentationStyle.IIfcPresentationStyle.Name
    IfcPresentationStyle.Name
    IfcPresentationStyle.Equals(IfcPresentationStyle)
    IfcPresentationStyle.SurfaceStyles
    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("IfcCurveStyle", 118)]
    public class IfcCurveStyle : IfcPresentationStyle, INotifyPropertyChanged, IEquatable<IfcPresentationStyle>, IInstantiableEntity, IIfcCurveStyle, IIfcPresentationStyle, IfcStyleAssignmentSelect, IIfcStyleAssignmentSelect, IfcPresentationStyleSelect, IIfcPresentationStyleSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcCurveStyle>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    CurveColour

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

    CurveFont

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

    CurveWidth

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

    ModelOrDraughting

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

    Methods

    | Improve this Doc View Source

    Equals(IfcCurveStyle)

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

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

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

    IIfcCurveStyle.CurveColour

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

    IIfcCurveStyle.CurveFont

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

    IIfcCurveStyle.CurveWidth

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

    IIfcCurveStyle.ModelOrDraughting

    Declaration
    IfcBoolean? IIfcCurveStyle.ModelOrDraughting { get; set; }
    Returns
    Type Description
    System.Nullable<IfcBoolean>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IInstantiableEntity
    IIfcCurveStyle
    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