Example #1
0
 public void Append(IntCurveSurface_IntersectionPoint Pt)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public IntCurveSurface_IntersectionPoint(IntCurveSurface_IntersectionPoint parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public void FirstPoint(IntCurveSurface_IntersectionPoint P1)
 {
     throw new NotImplementedException();
 }
 public void SecondPoint(IntCurveSurface_IntersectionPoint P2)
 {
     throw new NotImplementedException();
 }
 public void Values(IntCurveSurface_IntersectionPoint P1, IntCurveSurface_IntersectionPoint P2)
 {
     throw new NotImplementedException();
 }
 public IntCurveSurface_IntersectionSegment(IntCurveSurface_IntersectionPoint P1,
                                            IntCurveSurface_IntersectionPoint P2)
     : base()
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, IntCurveSurface_IntersectionPoint theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, IntCurveSurface_IntersectionPoint theItem)
 {
     throw new NotImplementedException();
 }
 public void Prepend(IntCurveSurface_IntersectionPoint theItem)
 {
     throw new NotImplementedException();
 }