Exemplo n.º 1
0
 // Token: 0x060000DC RID: 220 RVA: 0x00009034 File Offset: 0x00007234
 protected override double getAssemblyThickness(ItGeBoundBlock3d bb)
 {
     ItDebug.assert(bb.isNotNull(), "input parameter is null");
     return(bb.maxPoint.z - bb.minPoint.z);
 }
Exemplo n.º 2
0
 // Token: 0x060000EE RID: 238 RVA: 0x0000942C File Offset: 0x0000762C
 public override double getThickness(ItGeBoundBlock3d bb)
 {
     ItDebug.assert(bb.isNotNull(), "input parameter is null");
     return(bb.maxPoint.y - bb.minPoint.y);
 }