Beispiel #1
0
 public void AddGenSurf(Adaptor3d_Surface S, double UMin, double UMax, double VMin, double VMax, double Tol,
                        Bnd_Box B)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void AddOptimal(Adaptor3d_Surface S, double Tol, Bnd_Box B)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public Geom_Surface MakeSurface(Adaptor3d_Surface theS, bool theTrimFlag)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public Geom_Surface MakeSurface(Adaptor3d_Surface theS)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public ProjLib_PrjResolve(Adaptor3d_Curve C, Adaptor3d_Surface S, int Fix)
     : base()
 {
     throw new NotImplementedException();
 }