public void Perform(BRepGProp_Face S, BRepGProp_Domain D, gp_Pln Pl)
 {
     throw new NotImplementedException();
 }
 public double Perform(BRepGProp_Face S, gp_Pln Pl, double Eps)
 {
     throw new NotImplementedException();
 }
 public double Perform(BRepGProp_Face S, BRepGProp_Domain D, gp_Pnt O, double Eps)
 {
     throw new NotImplementedException();
 }
 public double Compute(BRepGProp_Face theSurface, BRepGProp_Domain theDomain, gp_Pnt theLocation, double theEps,
                       ref double theOutMass, gp_Pnt theOutGravityCenter, gp_Mat theOutInertia)
 {
     throw new NotImplementedException();
 }
 public void Perform(BRepGProp_Face S, gp_Pnt O)
 {
     throw new NotImplementedException();
 }
 public BRepGProp_VinertGK(BRepGProp_Face theSurface, BRepGProp_Domain theDomain, gp_Pnt theLocation)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Compute(BRepGProp_Face theSurface, gp_Pnt theLocation, ref double theOutMass,
                     gp_Pnt theOutGravityCenter, gp_Mat theOutInertia)
 {
     throw new NotImplementedException();
 }
 public BRepGProp_VinertGK(BRepGProp_Face theSurface, gp_Pnt thePoint, gp_Pnt theLocation, double theTolerance)
     : base()
 {
     throw new NotImplementedException();
 }
 public BRepGProp_VinertGK(BRepGProp_Face theSurface, BRepGProp_Domain theDomain, gp_Pnt theLocation,
                           double theTolerance, bool theCGFlag)
     : base()
 {
     throw new NotImplementedException();
 }
 public double Perform(BRepGProp_Face theSurface, BRepGProp_Domain theDomain, gp_Pln thePlane)
 {
     throw new NotImplementedException();
 }
 public double PrivatePerform(BRepGProp_Face theSurface, IntPtr thePtrDomain, bool IsByPoint, IntPtr theCoeffs,
                              double theTolerance, bool theCGFlag, bool theIFlag)
 {
     throw new NotImplementedException();
 }
 public double Perform(BRepGProp_Face theSurface, BRepGProp_Domain theDomain, gp_Pln thePlane,
                       double theTolerance, bool theCGFlag)
 {
     throw new NotImplementedException();
 }
 public double Perform(BRepGProp_Face theSurface, gp_Pln thePlane, double theTolerance)
 {
     throw new NotImplementedException();
 }
 public double Perform(BRepGProp_Face theSurface, BRepGProp_Domain theDomain, gp_Pnt thePoint,
                       double theTolerance)
 {
     throw new NotImplementedException();
 }
 public double Perform(BRepGProp_Face theSurface, gp_Pnt thePoint)
 {
     throw new NotImplementedException();
 }
 public double Perform(BRepGProp_Face theSurface, gp_Pnt thePoint, double theTolerance, bool theCGFlag)
 {
     throw new NotImplementedException();
 }