Search Results for

    Show / Hide Table of Contents

    Class IfcAlignment2DHorizontal

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcAlignment2DHorizontal
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    IInstantiableEntity
    IIfcAlignment2DHorizontal
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcAlignment2DHorizontal>
    Inherited Members
    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("IfcAlignment2DHorizontal", 1332)]
    public class IfcAlignment2DHorizontal : IfcGeometricRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IInstantiableEntity, IIfcAlignment2DHorizontal, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcAlignment2DHorizontal>

    Properties

    | Improve this Doc View Source

    Segments

    Declaration
    [IndexedProperty]
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 4)]
    public IItemSet<IfcAlignment2DHorizontalSegment> Segments { get; }
    Property Value
    Type Description
    IItemSet<IfcAlignment2DHorizontalSegment>
    | Improve this Doc View Source

    StartDistAlong

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

    ToAlignmentCurve

    Declaration
    [InverseProperty("Horizontal")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 5)]
    public IEnumerable<IfcAlignmentCurve> ToAlignmentCurve { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcAlignmentCurve>

    Methods

    | Improve this Doc View Source

    Equals(IfcAlignment2DHorizontal)

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

    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

    IIfcAlignment2DHorizontal.Segments

    Declaration
    IItemSet<IIfcAlignment2DHorizontalSegment> IIfcAlignment2DHorizontal.Segments { get; }
    Returns
    Type Description
    IItemSet<IIfcAlignment2DHorizontalSegment>
    | Improve this Doc View Source

    IIfcAlignment2DHorizontal.StartDistAlong

    Declaration
    IfcLengthMeasure? IIfcAlignment2DHorizontal.StartDistAlong { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLengthMeasure>
    | Improve this Doc View Source

    IIfcAlignment2DHorizontal.ToAlignmentCurve

    Declaration
    IEnumerable<IIfcAlignmentCurve> IIfcAlignment2DHorizontal.ToAlignmentCurve { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcAlignmentCurve>

    Implements

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