示例#1
0
 public IntPatch_WLine(IntSurf_LineOn2S Line, bool Tang, IntSurf_TypeTrans Trans1, IntSurf_TypeTrans Trans2)
     : base()
 {
     throw new NotImplementedException();
 }
 public IntPatch_PointLine(bool Tang, IntSurf_TypeTrans Trans1, IntSurf_TypeTrans Trans2)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
示例#3
0
 public IntPatch_ALine(IntAna_Curve C, bool Tang, IntSurf_TypeTrans Trans1, IntSurf_TypeTrans Trans2)
     : base()
 {
     throw new NotImplementedException();
 }
 public void SetValue(bool Tangent, IntSurf_TypeTrans Type)
 {
     throw new NotImplementedException();
 }
 public IntSurf_Transition(bool Tangent, IntSurf_TypeTrans Type)
     : base()
 {
     throw new NotImplementedException();
 }
示例#6
0
 public IntPatch_GLine(gp_Hypr H, bool Tang, IntSurf_TypeTrans Trans1, IntSurf_TypeTrans Trans2)
     : base()
 {
     throw new NotImplementedException();
 }