Search Results for

    Show / Hide Table of Contents

    Class BinaryReaderExtensions

    This class allow to extract a triangulated geometry from the binary streams in models.

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

    Methods

    | Improve this Doc View Source

    ReadPackedNormal(BinaryReader)

    Declaration
    public static XbimPackedNormal ReadPackedNormal(this BinaryReader br)
    Parameters
    Type Name Description
    System.IO.BinaryReader br
    Returns
    Type Description
    XbimPackedNormal
    | Improve this Doc View Source

    ReadPointFloat3D(BinaryReader)

    Declaration
    public static XbimPoint3D ReadPointFloat3D(this BinaryReader br)
    Parameters
    Type Name Description
    System.IO.BinaryReader br
    Returns
    Type Description
    XbimPoint3D
    | Improve this Doc View Source

    ReadShapeTriangulation(BinaryReader)

    Declaration
    public static XbimShapeTriangulation ReadShapeTriangulation(this BinaryReader br)
    Parameters
    Type Name Description
    System.IO.BinaryReader br
    Returns
    Type Description
    XbimShapeTriangulation
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim