Exemple #1
0
 public void Values(gp_Pnt P, ref double USurf, ref double VSurf, ref double UCurv,
                    ref IntCurveSurface_TransitionOnCurve TrCurv)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public IntCurveSurface_IntersectionPoint(gp_Pnt P, double USurf, double VSurf, double UCurv,
                                          IntCurveSurface_TransitionOnCurve TrCurv)
     : base()
 {
     throw new NotImplementedException();
 }