public void Parameters(IntSurf_PathPoint PStart, int Mult, ref double U, ref double V) { throw new NotImplementedException(); }
public gp_Dir2d Direction2d(IntSurf_PathPoint PStart) { throw new NotImplementedException(); }
public int Multiplicity(IntSurf_PathPoint PStart) { throw new NotImplementedException(); }
public void Value2d(IntSurf_PathPoint PStart, ref double U, ref double V) { throw new NotImplementedException(); }
public bool IsTangent(IntSurf_PathPoint PStart) { throw new NotImplementedException(); }
public gp_Pnt Value3d(IntSurf_PathPoint PStart) { throw new NotImplementedException(); }
public IntSurf_PathPoint(IntSurf_PathPoint parameter1) : base() { throw new NotImplementedException(); }
public void Append(IntSurf_PathPoint theItem) { throw new NotImplementedException(); }
public void SetValue(int theIndex, IntSurf_PathPoint theItem) { throw new NotImplementedException(); }
public void InsertAfter(int theIndex, IntSurf_PathPoint theItem) { throw new NotImplementedException(); }