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