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>, IEnumerableConstructors
| Improve this Doc View SourceXbimPolygonalFaceSet(IIfcPolygonalFaceSet)
Declaration
public XbimPolygonalFaceSet(IIfcPolygonalFaceSet faceSet)Parameters
| Type | Name | Description | 
|---|---|---|
| IIfcPolygonalFaceSet | faceSet | 
Properties
| Improve this Doc View SourceCount
Declaration
public int Count { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
IsReadOnly
Declaration
public bool IsReadOnly { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
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 SourceAdd(IIfcFace)
Declaration
public void Add(IIfcFace item)Parameters
| Type | Name | Description | 
|---|---|---|
| IIfcFace | item | 
Clear()
Declaration
public void Clear()Contains(IIfcFace)
Declaration
public bool Contains(IIfcFace item)Parameters
| Type | Name | Description | 
|---|---|---|
| IIfcFace | item | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
CopyTo(IIfcFace[], Int32)
Declaration
public void CopyTo(IIfcFace[] array, int arrayIndex)Parameters
| Type | Name | Description | 
|---|---|---|
| IIfcFace[] | array | |
| System.Int32 | arrayIndex | 
GetEnumerator()
Declaration
public IEnumerator<IIfcFace> GetEnumerator()Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerator<IIfcFace> | 
IndexOf(IIfcFace)
Declaration
public int IndexOf(IIfcFace item)Parameters
| Type | Name | Description | 
|---|---|---|
| IIfcFace | item | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Insert(Int32, IIfcFace)
Declaration
public void Insert(int index, IIfcFace item)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | |
| IIfcFace | item | 
Remove(IIfcFace)
Declaration
public bool Remove(IIfcFace item)Parameters
| Type | Name | Description | 
|---|---|---|
| IIfcFace | item | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | 
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerable.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