Search Results for

    Show / Hide Table of Contents

    Class IfcAlignment2DVerticalSegment

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcAlignment2DSegment
    IfcAlignment2DVerticalSegment
    IfcAlignment2DVerSegCircularArc
    IfcAlignment2DVerSegLine
    IfcAlignment2DVerSegParabolicArc
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcAlignment2DSegment>
    IIfcAlignment2DVerticalSegment
    IIfcAlignment2DSegment
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcAlignment2DVerticalSegment>
    Inherited Members
    IfcAlignment2DSegment.IIfcAlignment2DSegment.TangentialContinuity
    IfcAlignment2DSegment.IIfcAlignment2DSegment.StartTag
    IfcAlignment2DSegment.IIfcAlignment2DSegment.EndTag
    IfcAlignment2DSegment.TangentialContinuity
    IfcAlignment2DSegment.StartTag
    IfcAlignment2DSegment.EndTag
    IfcAlignment2DSegment.Equals(IfcAlignment2DSegment)
    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("IfcAlignment2DVerticalSegment", 1339)]
    public abstract class IfcAlignment2DVerticalSegment : IfcAlignment2DSegment, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcAlignment2DSegment>, IIfcAlignment2DVerticalSegment, IIfcAlignment2DSegment, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcAlignment2DVerticalSegment>

    Properties

    | Improve this Doc View Source

    HorizontalLength

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

    StartDistAlong

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

    StartGradient

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

    StartHeight

    Declaration
    [EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
    public IfcLengthMeasure StartHeight { get; set; }
    Property Value
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    ToVertical

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

    Methods

    | Improve this Doc View Source

    Equals(IfcAlignment2DVerticalSegment)

    Declaration
    public bool Equals(IfcAlignment2DVerticalSegment other)
    Parameters
    Type Name Description
    IfcAlignment2DVerticalSegment 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
    IfcAlignment2DSegment.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcAlignment2DVerticalSegment.HorizontalLength

    Declaration
    IfcPositiveLengthMeasure IIfcAlignment2DVerticalSegment.HorizontalLength { get; set; }
    Returns
    Type Description
    IfcPositiveLengthMeasure
    | Improve this Doc View Source

    IIfcAlignment2DVerticalSegment.StartDistAlong

    Declaration
    IfcLengthMeasure IIfcAlignment2DVerticalSegment.StartDistAlong { get; set; }
    Returns
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    IIfcAlignment2DVerticalSegment.StartGradient

    Declaration
    IfcRatioMeasure IIfcAlignment2DVerticalSegment.StartGradient { get; set; }
    Returns
    Type Description
    IfcRatioMeasure
    | Improve this Doc View Source

    IIfcAlignment2DVerticalSegment.StartHeight

    Declaration
    IfcLengthMeasure IIfcAlignment2DVerticalSegment.StartHeight { get; set; }
    Returns
    Type Description
    IfcLengthMeasure
    | Improve this Doc View Source

    IIfcAlignment2DVerticalSegment.ToVertical

    Declaration
    IEnumerable<IIfcAlignment2DVertical> IIfcAlignment2DVerticalSegment.ToVertical { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcAlignment2DVertical>

    Implements

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