Search Results for

    Show / Hide Table of Contents

    Class XbimFaceTriangulation

    Inheritance
    System.Object
    XbimFaceTriangulation
    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.Common.Geometry
    Assembly: Xbim.Common.dll
    Syntax
    public class XbimFaceTriangulation

    Constructors

    | Improve this Doc View Source

    XbimFaceTriangulation(Int32, Int32)

    Declaration
    public XbimFaceTriangulation(int numTriangles, int numNormals)
    Parameters
    Type Name Description
    System.Int32 numTriangles
    System.Int32 numNormals

    Properties

    | Improve this Doc View Source

    Indices

    Declaration
    public IList<int> Indices { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Int32>
    | Improve this Doc View Source

    IsPlanar

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

    NormalCount

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

    Normals

    Declaration
    public IList<XbimPackedNormal> Normals { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<XbimPackedNormal>
    | Improve this Doc View Source

    TriangleCount

    Declaration
    public int TriangleCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Transform(XbimQuaternion)

    Declaration
    public XbimFaceTriangulation Transform(XbimQuaternion q)
    Parameters
    Type Name Description
    XbimQuaternion q
    Returns
    Type Description
    XbimFaceTriangulation
    | Improve this Doc View Source

    WriteIndices(BinaryWriter, Int32)

    Declaration
    public void WriteIndices(BinaryWriter bw, int vertexCount)
    Parameters
    Type Name Description
    System.IO.BinaryWriter bw
    System.Int32 vertexCount
    | Improve this Doc View Source

    WriteIndicesAndNormals(BinaryWriter, Int32)

    Declaration
    public void WriteIndicesAndNormals(BinaryWriter bw, int vertexCount)
    Parameters
    Type Name Description
    System.IO.BinaryWriter bw
    System.Int32 vertexCount
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim