public bool D2(double Param, gp_Mat M, gp_Vec V, gp_Mat DM, gp_Vec DV, gp_Mat D2M, gp_Vec D2V,
                TColgp_Array1OfPnt2d Poles2d, TColgp_Array1OfVec2d DPoles2d, TColgp_Array1OfVec2d D2Poles2d)
 {
     throw new NotImplementedException();
 }
 public bool D0(double Param, gp_Mat M, gp_Vec V)
 {
     throw new NotImplementedException();
 }
 public bool D0(double Param, gp_Mat M, gp_Vec V, TColgp_Array1OfPnt2d Poles2d)
 {
     throw new NotImplementedException();
 }
 public void GetAverageLaw(gp_Mat AM, gp_Vec AV)
 {
     throw new NotImplementedException();
 }
 public void SetTrsf(gp_Mat Transfo)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public GeomLib_Array1OfMat(gp_Mat theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public void Init(gp_Mat theValue)
 {
     throw new NotImplementedException();
 }
Exemple #8
0
 public void SetValue(int theIndex, gp_Mat theItem)
 {
     throw new NotImplementedException();
 }
Exemple #9
0
 public void HOperator(gp_Pnt G, gp_Pnt Q, double Mass, gp_Mat Operator)
 {
     throw new NotImplementedException();
 }
Exemple #10
0
 public void SectionAxis(gp_Mat M, gp_Vec T, gp_Vec N, gp_Vec BN)
 {
     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 Compute(BRepGProp_Face theSurface, gp_Pnt theLocation, ref double theOutMass,
                     gp_Pnt theOutGravityCenter, gp_Mat theOutInertia)
 {
     throw new NotImplementedException();
 }