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 SourceReadPackedNormal(BinaryReader)
Declaration
public static XbimPackedNormal ReadPackedNormal(this BinaryReader br)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.BinaryReader | br | 
Returns
| Type | Description | 
|---|---|
| XbimPackedNormal | 
ReadPointFloat3D(BinaryReader)
Declaration
public static XbimPoint3D ReadPointFloat3D(this BinaryReader br)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.BinaryReader | br | 
Returns
| Type | Description | 
|---|---|
| XbimPoint3D | 
ReadShapeTriangulation(BinaryReader)
Declaration
public static XbimShapeTriangulation ReadShapeTriangulation(this BinaryReader br)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.BinaryReader | br | 
Returns
| Type | Description | 
|---|---|
| XbimShapeTriangulation |