public GeomFill_LocFunction(GeomFill_LocationLaw Law)
     : base()
 {
     throw new NotImplementedException();
 }
Example #2
0
 public GeomFill_Array1OfLocationLaw(GeomFill_LocationLaw theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void Init(GeomFill_LocationLaw theValue)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public GeomFill_LocationLaw(GeomFill_LocationLaw parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
Example #5
0
 public void SetValue(int theIndex, GeomFill_LocationLaw theItem)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public void SetLocation(GeomFill_LocationLaw L)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public GeomFill_SectionPlacement(GeomFill_LocationLaw L, Geom_Geometry Section)
     : base()
 {
     throw new NotImplementedException();
 }
Example #8
0
 public GeomFill_Sweep(GeomFill_LocationLaw Location)
     : base()
 {
     throw new NotImplementedException();
 }
Example #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();
 }