Search Results for

    Show / Hide Table of Contents

    Class XbimPolygonalFaceSet

    Inheritance
    System.Object
    XbimPolygonalFaceSet
    Implements
    System.Collections.Generic.IList<IIfcFace>
    System.Collections.Generic.ICollection<IIfcFace>
    System.Collections.Generic.IEnumerable<IIfcFace>
    System.Collections.IEnumerable
    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 XbimPolygonalFaceSet : IList<IIfcFace>, ICollection<IIfcFace>, IEnumerable<IIfcFace>, IEnumerable

    Constructors

    | Improve this Doc View Source

    XbimPolygonalFaceSet(IIfcPolygonalFaceSet)

    Declaration
    public XbimPolygonalFaceSet(IIfcPolygonalFaceSet faceSet)
    Parameters
    Type Name Description
    IIfcPolygonalFaceSet faceSet

    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 IIfcFace this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    IIfcFace

    Methods

    | Improve this Doc View Source

    Add(IIfcFace)

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

    Clear()

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

    Contains(IIfcFace)

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

    CopyTo(IIfcFace[], Int32)

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

    GetEnumerator()

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

    IndexOf(IIfcFace)

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

    Insert(Int32, IIfcFace)

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

    Remove(IIfcFace)

    Declaration
    public bool Remove(IIfcFace item)
    Parameters
    Type Name Description
    IIfcFace 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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerable.GetEnumerator()

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

    Implements

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