public Geom2dGcc_QCurve(Geom2dAdaptor_Curve Curve, GccEnt_Position Qualifier)
     : base()
 {
     throw new NotImplementedException();
 }
 public void WhichQualifier(int Index, ref GccEnt_Position Qualif1, ref GccEnt_Position Qualif2)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public string PositionToString(GccEnt_Position thePosition)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public bool PositionFromString(string thePositionString, ref GccEnt_Position thePosition)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public void Init(ref GccEnt_Position theValue)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public GccEnt_Array1OfPosition(ref GccEnt_Position theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public void SetValue(int theIndex, ref GccEnt_Position theItem)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public GccEnt_QualifiedLin(gp_Lin2d Qualified, GccEnt_Position Qualifier)
     : base()
 {
     throw new NotImplementedException();
 }
 public void WhichQualifier(ref GccEnt_Position Qualif1)
 {
     throw new NotImplementedException();
 }