Search Results for

    Show / Hide Table of Contents

    Class IfcCurveSegment2D

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcCurve
    IfcBoundedCurve
    IfcCurveSegment2D
    IfcCircularArcSegment2D
    IfcLineSegment2D
    IfcTransitionCurveSegment2D
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcCurve>
    System.IEquatable<IfcBoundedCurve>
    IIfcCurveSegment2D
    IIfcBoundedCurve
    IIfcCurve
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcCurveOrEdgeCurve
    IIfcCurveOrEdgeCurve
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcCurveSegment2D>
    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.GeometryResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcCurveSegment2D", 1342)]
    public abstract class IfcCurveSegment2D : IfcBoundedCurve, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcCurve>, IEquatable<IfcBoundedCurve>, IIfcCurveSegment2D, IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcCurveSegment2D>

    Properties

    | Improve this Doc View Source

    SegmentLength

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

    StartDirection

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

    StartPoint

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
    public IfcCartesianPoint StartPoint { get; set; }
    Property Value
    Type Description
    IfcCartesianPoint

    Methods

    | Improve this Doc View Source

    Equals(IfcCurveSegment2D)

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

    IIfcCurveSegment2D.SegmentLength

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

    IIfcCurveSegment2D.StartDirection

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

    IIfcCurveSegment2D.StartPoint

    Declaration
    IIfcCartesianPoint IIfcCurveSegment2D.StartPoint { get; set; }
    Returns
    Type Description
    IIfcCartesianPoint

    Implements

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