Example #1
0
 public void ObjectsInside(AIS_ListOfInteractive aL_istOfIO)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void ObjectsForView(AIS_ListOfInteractive theL_istOfIO, V3d_View theView, bool theIsV_isibleInView)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void ObjectsByDisplayStatus(AIS_KindOfInteractive WhichKind, int WhichSignature,
                                    AIS_DisplayStatus theStatus, AIS_ListOfInteractive theL_istOfIO)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public void ObjectsInside(AIS_ListOfInteractive aL_istOfIO, AIS_KindOfInteractive WhichKind, int WhichSignature)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public void ErasedObjects(AIS_KindOfInteractive theWhichKind, int theWhichSignature,
                           AIS_ListOfInteractive theL_istOfIO)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public void ObjectsByDisplayStatus(AIS_DisplayStatus theStatus, AIS_ListOfInteractive theL_istOfIO)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public void ErasedObjects(AIS_ListOfInteractive theL_istOfIO)
 {
     throw new NotImplementedException();
 }
Example #8
0
 public void DisplayedObjects(AIS_ListOfInteractive aL_istOfIO)
 {
     throw new NotImplementedException();
 }
Example #9
0
 public void Prepend(AIS_ListOfInteractive theOther)
 {
     throw new NotImplementedException();
 }
Example #10
0
 public AIS_ListOfInteractive Assign(AIS_ListOfInteractive theOther)
 {
     throw new NotImplementedException();
 }
Example #11
0
 public AIS_ListOfInteractive(AIS_ListOfInteractive theOther)
     : base()
 {
     throw new NotImplementedException();
 }