Exemplo n.º 1
0
 public bool IsVertexOnLine(TopoDS_Vertex aV, double aTolV, IntTools_Curve aIC, double aTolC, ref double aT)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public int SplitCurve(IntTools_Curve aC, IntTools_SequenceOfCurves aS)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public bool IsValidBlockForFaces(double aT1, double aT2, IntTools_Curve aIC, TopoDS_Face aF1, TopoDS_Face aF2,
                                  double aTol)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public bool CheckCurve(IntTools_Curve theCurve, Bnd_Box theBox)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public void Append(IntTools_Curve theItem)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public void SetValue(int theIndex, IntTools_Curve theItem)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public void InsertAfter(int theIndex, IntTools_Curve theItem)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public IntTools_Curve(IntTools_Curve parameter1)
     : base()
 {
     throw new NotImplementedException();
 }