Inheritance: Standard_Transient
コード例 #1
0
 public void DisplaySensitive(SelectMgr_Selection theSel, gp_Trsf theTrsf, V3d_View theView)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void buildBVH(SelectMgr_Selection theSelection)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public SelectMgr_Selection(SelectMgr_Selection parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void Append(SelectMgr_Selection theItem)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void recomputeSelectionMode(SelectMgr_SelectableObject theObject, SelectMgr_Selection theSelection,
                                    int theMode)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public void InsertAfter(int theIndex, SelectMgr_Selection theItem)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public void SetValue(int theIndex, SelectMgr_Selection theItem)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 public void AddSelection(SelectMgr_Selection aSelection, int aMode)
 {
     throw new NotImplementedException();
 }
コード例 #9
0
 public void UpdateTransformations(SelectMgr_Selection aSelection)
 {
     throw new NotImplementedException();
 }
コード例 #10
0
 public void Remove(SelectMgr_Selection aSelection)
 {
     throw new NotImplementedException();
 }
コード例 #11
0
 public void ComputeSelection(SelectMgr_Selection theSelection, int theMode)
 {
     throw new NotImplementedException();
 }
コード例 #12
0
 public void Deactivate(SelectMgr_Selection theSelection)
 {
     throw new NotImplementedException();
 }
コード例 #13
0
 public void RemoveSelectionOfObject(SelectMgr_SelectableObject theObject, SelectMgr_Selection theSelection)
 {
     throw new NotImplementedException();
 }
コード例 #14
0
 public void AddSelectionToObject(SelectMgr_SelectableObject theObject, SelectMgr_Selection theSelection)
 {
     throw new NotImplementedException();
 }
コード例 #15
0
 public SelectMgr_StateOfSelection Status(SelectMgr_Selection theSelection)
 {
     throw new NotImplementedException();
 }
コード例 #16
0
ファイル: SelectMgr.cs プロジェクト: Oblikovati/CascadeSharp
 public void ComputeSensitivePrs(Graphic3d_Structure theStructure, SelectMgr_Selection theSel, gp_Trsf theLoc,
                                 Graphic3d_TransformPers theTrsfPers)
 {
     throw new NotImplementedException();
 }