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