public GeomFill_LocFunction(GeomFill_LocationLaw Law)
     : base()
 {
     throw new NotImplementedException();
 }
示例#2
0
 public GeomFill_Array1OfLocationLaw(GeomFill_LocationLaw theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void Init(GeomFill_LocationLaw theValue)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public GeomFill_LocationLaw(GeomFill_LocationLaw parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
示例#5
0
 public void SetValue(int theIndex, GeomFill_LocationLaw theItem)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public void SetLocation(GeomFill_LocationLaw L)
 {
     throw new NotImplementedException();
 }
示例#7
0
 public GeomFill_SectionPlacement(GeomFill_LocationLaw L, Geom_Geometry Section)
     : base()
 {
     throw new NotImplementedException();
 }
示例#8
0
 public GeomFill_Sweep(GeomFill_LocationLaw Location)
     : base()
 {
     throw new NotImplementedException();
 }
示例#9
0
 public GeomFill_HArray1OfLocationLaw(int theLower, int theUpper, GeomFill_LocationLaw theValue)
     : base()
 {
     throw new NotImplementedException();
 }
 public GeomFill_SweepFunction(GeomFill_SectionLaw Section, GeomFill_LocationLaw Location, double FirstParameter,
                               double FirstParameterOnS, double RatioParameterOnS)
     : base()
 {
     throw new NotImplementedException();
 }