コード例 #1
0
 public void SetGraphicStatus(AIS_DisplayStatus theStatus)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public AIS_GlobalStatus(AIS_DisplayStatus aStat, int aD_ispMode, int aSelMode, bool _ishilighted,
                         int aLayerIndex)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public AIS_GlobalStatus(AIS_DisplayStatus aStat, int aD_ispMode, int aSelMode)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void ObjectsForView(AIS_ListOfInteractive theL_istOfIO, V3d_View theView, bool theIsV_isibleInView,
                            AIS_DisplayStatus theStatus)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void Display(AIS_InteractiveObject theIObj, int theD_ispMode, int theSelectionMode,
                     bool theToUpdateViewer, AIS_DisplayStatus theD_ispStatus)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public void ObjectsByDisplayStatus(AIS_KindOfInteractive WhichKind, int WhichSignature,
                                    AIS_DisplayStatus theStatus, AIS_ListOfInteractive theL_istOfIO)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public void ObjectsByDisplayStatus(AIS_DisplayStatus theStatus, AIS_ListOfInteractive theL_istOfIO)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 public void setObjectStatus(AIS_InteractiveObject theIObj, AIS_DisplayStatus theStatus, int theD_ispyMode,
                             int theSelectionMode)
 {
     throw new NotImplementedException();
 }