Search Results for

    Show / Hide Table of Contents

    Class IfcAlignmentCurve

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcCurve
    IfcBoundedCurve
    IfcAlignmentCurve
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcCurve>
    System.IEquatable<IfcBoundedCurve>
    IInstantiableEntity
    IIfcAlignmentCurve
    IIfcBoundedCurve
    IIfcCurve
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcCurveOrEdgeCurve
    IIfcCurveOrEdgeCurve
    IExpressSelectType
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcAlignmentCurve>
    Inherited Members
    IfcBoundedCurve.Equals(IfcBoundedCurve)
    IfcCurve.Dim
    IfcCurve.Equals(IfcCurve)
    IfcGeometricRepresentationItem.Equals(IfcGeometricRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    IfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.StyledByItem
    IfcRepresentationItem.Equals(IfcRepresentationItem)
    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.GeometricConstraintResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcAlignmentCurve", 1347)]
    public class IfcAlignmentCurve : IfcBoundedCurve, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcCurve>, IEquatable<IfcBoundedCurve>, IInstantiableEntity, IIfcAlignmentCurve, IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcAlignmentCurve>

    Properties

    | Improve this Doc View Source

    Horizontal

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

    Tag

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

    Vertical

    Declaration
    [IndexedProperty]
    [EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
    public IfcAlignment2DVertical Vertical { get; set; }
    Property Value
    Type Description
    IfcAlignment2DVertical

    Methods

    | Improve this Doc View Source

    Equals(IfcAlignmentCurve)

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

    IContainsIndexedReferences.IndexedReferences

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

    IIfcAlignmentCurve.Horizontal

    Declaration
    IIfcAlignment2DHorizontal IIfcAlignmentCurve.Horizontal { get; set; }
    Returns
    Type Description
    IIfcAlignment2DHorizontal
    | Improve this Doc View Source

    IIfcAlignmentCurve.Tag

    Declaration
    IfcLabel? IIfcAlignmentCurve.Tag { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcAlignmentCurve.Vertical

    Declaration
    IIfcAlignment2DVertical IIfcAlignmentCurve.Vertical { get; set; }
    Returns
    Type Description
    IIfcAlignment2DVertical

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcAlignmentCurve
    IIfcBoundedCurve
    IIfcCurve
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcCurveOrEdgeCurve
    IIfcCurveOrEdgeCurve
    IExpressSelectType
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim