Ejemplo n.º 1
0
 public IntPatch_WLine(IntSurf_LineOn2S Line, bool Tang, IntSurf_Situation Situ1, IntSurf_Situation Situ2)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public IntPatch_PointLine(bool Tang, IntSurf_Situation Situ1, IntSurf_Situation Situ2)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
Ejemplo n.º 3
0
 public IntPatch_ALine(IntAna_Curve C, bool Tang, IntSurf_Situation Situ1, IntSurf_Situation Situ2)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void SetValue(bool Tangent, IntSurf_Situation Situ, bool Oppos)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public IntSurf_Transition(bool Tangent, IntSurf_Situation Situ, bool Oppos)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public IntPatch_GLine(gp_Hypr H, bool Tang, IntSurf_Situation Situ1, IntSurf_Situation Situ2)
     : base()
 {
     throw new NotImplementedException();
 }