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();
 }
Exemple #3
0
 public string PositionToString(GccEnt_Position thePosition)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public bool PositionFromString(string thePositionString, ref GccEnt_Position thePosition)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public void Init(ref GccEnt_Position theValue)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public GccEnt_Array1OfPosition(ref GccEnt_Position theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public void SetValue(int theIndex, ref GccEnt_Position theItem)
 {
     throw new NotImplementedException();
 }
Exemple #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();
 }