Search Results for

    Show / Hide Table of Contents

    Class XbimCartesianPoint3dList

    Inheritance
    System.Object
    XbimCartesianPoint3dList
    Implements
    IItemSet<IIfcCartesianPoint>
    System.Collections.Generic.IList<IIfcCartesianPoint>
    System.Collections.Generic.ICollection<IIfcCartesianPoint>
    System.Collections.Generic.IEnumerable<IIfcCartesianPoint>
    System.Collections.Specialized.INotifyCollectionChanged
    System.ComponentModel.INotifyPropertyChanged
    IExpressEnumerable
    System.Collections.IEnumerable
    IItemSet
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Tessellator
    Assembly: Xbim.Tessellator.dll
    Syntax
    public class XbimCartesianPoint3dList : IItemSet<IIfcCartesianPoint>, IList<IIfcCartesianPoint>, ICollection<IIfcCartesianPoint>, IEnumerable<IIfcCartesianPoint>, INotifyCollectionChanged, INotifyPropertyChanged, IExpressEnumerable, IEnumerable, IItemSet

    Constructors

    | Improve this Doc View Source

    XbimCartesianPoint3dList(IItemSet<IfcPositiveInteger>, IIfcCartesianPointList3D, IItemSet<IfcPositiveInteger>)

    Declaration
    public XbimCartesianPoint3dList(IItemSet<IfcPositiveInteger> coordIndex, IIfcCartesianPointList3D coordinates, IItemSet<IfcPositiveInteger> pnIndex)
    Parameters
    Type Name Description
    IItemSet<IfcPositiveInteger> coordIndex
    IIfcCartesianPointList3D coordinates
    IItemSet<IfcPositiveInteger> pnIndex

    Properties

    | Improve this Doc View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Item[Int32]

    Declaration
    public IIfcCartesianPoint this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    IIfcCartesianPoint
    | Improve this Doc View Source

    OwningEntity

    Declaration
    public IPersistEntity OwningEntity { get; }
    Property Value
    Type Description
    IPersistEntity

    Methods

    | Improve this Doc View Source

    Add(IIfcCartesianPoint)

    Declaration
    public void Add(IIfcCartesianPoint item)
    Parameters
    Type Name Description
    IIfcCartesianPoint item
    | Improve this Doc View Source

    AddRange(IEnumerable<IIfcCartesianPoint>)

    Declaration
    public void AddRange(IEnumerable<IIfcCartesianPoint> values)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<IIfcCartesianPoint> values
    | Improve this Doc View Source

    Clear()

    Declaration
    public void Clear()
    | Improve this Doc View Source

    Contains(IIfcCartesianPoint)

    Declaration
    public bool Contains(IIfcCartesianPoint item)
    Parameters
    Type Name Description
    IIfcCartesianPoint item
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CopyTo(IIfcCartesianPoint[], Int32)

    Declaration
    public void CopyTo(IIfcCartesianPoint[] array, int arrayIndex)
    Parameters
    Type Name Description
    IIfcCartesianPoint[] array
    System.Int32 arrayIndex
    | Improve this Doc View Source

    FirstOrDefault(Func<IIfcCartesianPoint, Boolean>)

    Declaration
    public IIfcCartesianPoint FirstOrDefault(Func<IIfcCartesianPoint, bool> predicate)
    Parameters
    Type Name Description
    System.Func<IIfcCartesianPoint, System.Boolean> predicate
    Returns
    Type Description
    IIfcCartesianPoint
    | Improve this Doc View Source

    FirstOrDefault<TF>(Func<TF, Boolean>)

    Declaration
    public TF FirstOrDefault<TF>(Func<TF, bool> predicate)
        where TF : IIfcCartesianPoint
    Parameters
    Type Name Description
    System.Func<TF, System.Boolean> predicate
    Returns
    Type Description
    TF
    Type Parameters
    Name Description
    TF
    | Improve this Doc View Source

    GetAt(Int32)

    Declaration
    public IIfcCartesianPoint GetAt(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    IIfcCartesianPoint
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator<IIfcCartesianPoint> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<IIfcCartesianPoint>
    | Improve this Doc View Source

    IndexOf(IIfcCartesianPoint)

    Declaration
    public int IndexOf(IIfcCartesianPoint item)
    Parameters
    Type Name Description
    IIfcCartesianPoint item
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Insert(Int32, IIfcCartesianPoint)

    Declaration
    public void Insert(int index, IIfcCartesianPoint item)
    Parameters
    Type Name Description
    System.Int32 index
    IIfcCartesianPoint item
    | Improve this Doc View Source

    Remove(IIfcCartesianPoint)

    Declaration
    public bool Remove(IIfcCartesianPoint item)
    Parameters
    Type Name Description
    IIfcCartesianPoint item
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RemoveAt(Int32)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    System.Int32 index
    | Improve this Doc View Source

    Where<TW>(Func<TW, Boolean>)

    Declaration
    public IEnumerable<TW> Where<TW>(Func<TW, bool> predicate)
        where TW : IIfcCartesianPoint
    Parameters
    Type Name Description
    System.Func<TW, System.Boolean> predicate
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TW>
    Type Parameters
    Name Description
    TW

    Events

    | Improve this Doc View Source

    CollectionChanged

    Declaration
    public event NotifyCollectionChangedEventHandler CollectionChanged
    Event Type
    Type Description
    System.Collections.Specialized.NotifyCollectionChangedEventHandler
    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    Implements

    IItemSet<T>
    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.Specialized.INotifyCollectionChanged
    System.ComponentModel.INotifyPropertyChanged
    IExpressEnumerable
    System.Collections.IEnumerable
    IItemSet
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim