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