예제 #1
0
 public bool IsOut(gpTrsf2d T1, BndBox2d Other, gpTrsf2d T2)
 {
     return(Bnd_Box2d_IsOutF92CC906(Instance, T1.Instance, Other.Instance, T2.Instance));
 }
예제 #2
0
 public BndBox2d Transformed(gpTrsf2d T)
 {
     return(new BndBox2d(Bnd_Box2d_Transformed27621DCB(Instance, T.Instance)));
 }
예제 #3
0
 public bool IsOut(BndBox2d Other, gpTrsf2d T)
 {
     return(Bnd_Box2d_IsOutD639843B(Instance, Other.Instance, T.Instance));
 }