예제 #1
0
 public void Perform(BRepGProp_Face S, BRepGProp_Domain D)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public double Perform(BRepGProp_Face S, BRepGProp_Domain D, double Eps)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public BRepGProp_Domain(BRepGProp_Domain parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public BRepGProp_Sinert(BRepGProp_Face S, BRepGProp_Domain D, gp_Pnt SLocation, double Eps)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #5
0
 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();
 }
예제 #6
0
 public BRepGProp_Vinert(BRepGProp_Face S, BRepGProp_Domain D, gp_Pln Pl, gp_Pnt VLocation)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public BRepGProp_VinertGK(BRepGProp_Face theSurface, BRepGProp_Domain theDomain, gp_Pnt theLocation)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #8
0
 public BRepGProp_VinertGK(BRepGProp_Face theSurface, BRepGProp_Domain theDomain, gp_Pnt theLocation,
                           double theTolerance, bool theCGFlag)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #9
0
 public double Perform(BRepGProp_Face theSurface, BRepGProp_Domain theDomain, gp_Pln thePlane)
 {
     throw new NotImplementedException();
 }
예제 #10
0
 public double Perform(BRepGProp_Face theSurface, BRepGProp_Domain theDomain, gp_Pln thePlane,
                       double theTolerance, bool theCGFlag)
 {
     throw new NotImplementedException();
 }
예제 #11
0
 public double Perform(BRepGProp_Face theSurface, BRepGProp_Domain theDomain, gp_Pnt thePoint,
                       double theTolerance)
 {
     throw new NotImplementedException();
 }