public WaterGeometrySectionBlock(BinaryReader binaryReader)
 {
     this.section = new GlobalGeometrySectionStruct(binaryReader);
 }
 public StructureBspClusterDataBlockNew(BinaryReader binaryReader)
 {
     this.section = new GlobalGeometrySectionStruct(binaryReader);
 }