示例#1
0
 public gp_Pnt Pnt(Adaptor3d_HVertex V)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public TopAbs_Orientation Orientation(Adaptor3d_HVertex C)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public double Tol3d(Adaptor3d_HVertex V)
 {
     throw new NotImplementedException();
 }
 public double Tolerance(Adaptor3d_HVertex V, Adaptor2d_HCurve2d C)
 {
     throw new NotImplementedException();
 }
 public double Parameter(Adaptor3d_HVertex V, Adaptor2d_HCurve2d C)
 {
     throw new NotImplementedException();
 }
 public void Vertex(Adaptor2d_HCurve2d C, int Index, Adaptor3d_HVertex V)
 {
     throw new NotImplementedException();
 }
 public void SetValue(gp_Pnt P, double Tol, Adaptor3d_HVertex V, Adaptor2d_HCurve2d A, double Parameter)
 {
     throw new NotImplementedException();
 }
 public IntPatch_ThePathPointOfTheSOnBounds(gp_Pnt P, double Tol, Adaptor3d_HVertex V, Adaptor2d_HCurve2d A,
                                            double Parameter)
     : base()
 {
     throw new NotImplementedException();
 }
示例#9
0
 public bool IsSame(Adaptor3d_HVertex Other)
 {
     throw new NotImplementedException();
 }
示例#10
0
 public void SetVertex(bool OnFirst, Adaptor3d_HVertex V)
 {
     throw new NotImplementedException();
 }