示例#1
0
 public TopAbs_State ClassifyUVPoint(IntCurvesFace_Intersector theIntersector, BRepAdaptor_HSurface theSurf,
                                     gp_Pnt2d theP2d)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public bool PointInTheFace(TopoDS_Face F, gp_Pnt P, ref double u, ref double v, ref double Param, ref int Index,
                            BRepAdaptor_HSurface surf, double u1, double v1, double u2, double v2, gp_Vec theVecD1U, gp_Vec theVecD1V)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void SetHSurfaces(BRepAdaptor_HSurface S1, BRepAdaptor_HSurface S2)
 {
     throw new NotImplementedException();
 }