Beispiel #1
0
 public CSLib_Class2d(TColgp_SequenceOfPnt2d thePnts2d, double theTolU, double theTolV, double theUMin,
                      double theVMin, double theUMax, double theVMax)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public bool ProjectDegenerated(int nbrPnt, TColgp_SequenceOfPnt points, TColgp_SequenceOfPnt2d pnt2d,
                                double preci, bool direct)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public bool GetSamplePoints(Geom2d_Curve curve, double first, double last, TColgp_SequenceOfPnt2d seq)
 {
     throw new NotImplementedException();
 }
 public void InsertAdditionalPointOrAdjust(ref bool ToAdjust, int theIndCoord, double Period, double TolOnPeriod,
                                           ref double CurCoord, double prevCoord, Geom_Curve c3d, ref int theIndex, TColgp_SequenceOfPnt points,
                                           TColStd_SequenceOfReal _params, TColgp_SequenceOfPnt2d pnt2d)
 {
     throw new NotImplementedException();
 }
 public void CorrectExtremity(Geom_Curve theC3d, TColStd_SequenceOfReal theParams,
                              TColgp_SequenceOfPnt2d thePnt2d, bool theIsFirstPoint, gp_Pnt2d thePointOnIsoLine, bool theIsU_iso)
 {
     throw new NotImplementedException();
 }
 public bool ApproxPCurve(int nbrPnt, Geom_Curve c3d, double TolFirst, double TolLast,
                          TColgp_SequenceOfPnt points, TColStd_SequenceOfReal _params, TColgp_SequenceOfPnt2d points2d,
                          Geom2d_Curve c2d)
 {
     throw new NotImplementedException();
 }
 public Geom2d_Curve getLine(TColgp_SequenceOfPnt points, TColStd_SequenceOfReal _params,
                             TColgp_SequenceOfPnt2d points2d, double theTol, ref bool IsRecompute, ref bool _isFromCashe)
 {
     throw new NotImplementedException();
 }