Exemplo n.º 1
0
 public void Normal(gp_Vec D1U, gp_Vec D1V, double MagTol, ref CSLib_NormalStatus theStatus, gp_Dir Normal)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void Normal(int MaxOrder, TColgp_Array2OfVec DerNUV, double MagTol, double U, double V, double Umin,
                    double Umax, double Vmin, double Vmax, ref CSLib_NormalStatus theStatus, gp_Dir Normal, ref int OrderU,
                    ref int OrderV)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void Normal(gp_Vec D1U, gp_Vec D1V, gp_Vec D2U, gp_Vec D2V, gp_Vec D2UV, double SinTol, ref bool Done,
                    ref CSLib_NormalStatus theStatus, gp_Dir Normal)
 {
     throw new NotImplementedException();
 }