public int Difference( ref CSGPrimitive p_Other )
 {
     return 0;
 }
 public int Intersection( ref CSGPrimitive p_Other )
 {
     return 0;
 }
 public int Union( ref CSGPrimitive p_Other )
 {
     return 0;
 }