コード例 #1
0
 public bool Remove(Graphic3d_Structure K)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void PrintNetwork(Graphic3d_Structure AStructure, Graphic3d_TypeOfConnection AType)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool RemoveDescendant(Graphic3d_Structure theDescendant)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void Disconnect(Graphic3d_Structure theStructure)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public Graphic3d_Structure(Graphic3d_Structure parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public void computeHLR(Graphic3d_Camera theProjector, Graphic3d_Structure theStructure)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public bool AcceptConnection(Graphic3d_Structure theStructure1, Graphic3d_Structure theStructure2,
                              Graphic3d_TypeOfConnection theType)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 public void SetTransform(Graphic3d_Structure theStructure, TopLoc_Datum3D theTrsf)
 {
     throw new NotImplementedException();
 }
コード例 #9
0
 public void UnHighlight(Graphic3d_Structure theStructure)
 {
     throw new NotImplementedException();
 }
コード例 #10
0
 public void Clear(Graphic3d_Structure theStructure, bool theWithDestruction)
 {
     throw new NotImplementedException();
 }
コード例 #11
0
 public void Erase(Graphic3d_Structure theStructure)
 {
     throw new NotImplementedException();
 }
コード例 #12
0
 public bool IsComputed(int theStructId, Graphic3d_Structure theComputedStruct)
 {
     throw new NotImplementedException();
 }
コード例 #13
0
 public Graphic3d_Group NewGroup(Graphic3d_Structure theStruct)
 {
     throw new NotImplementedException();
 }
コード例 #14
0
 public void ReCompute(Graphic3d_Structure theStructure, Graphic3d_DataStructureManager theProjector)
 {
     throw new NotImplementedException();
 }
コード例 #15
0
 public void SetValue(int theIndex, Graphic3d_Structure theItem)
 {
     throw new NotImplementedException();
 }
コード例 #16
0
 public int IsComputed(Graphic3d_Structure theStructure)
 {
     throw new NotImplementedException();
 }
コード例 #17
0
 public void Append(Graphic3d_Structure theItem)
 {
     throw new NotImplementedException();
 }
コード例 #18
0
 public bool IsDisplayed(Graphic3d_Structure theStructure)
 {
     throw new NotImplementedException();
 }
コード例 #19
0
 public Graphic3d_Structure(Graphic3d_StructureManager theManager, Graphic3d_Structure theLinkPrs)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #20
0
 public void ChangePriority(Graphic3d_Structure theStructure, int theOldPriority, int theNewPriority)
 {
     throw new NotImplementedException();
 }
コード例 #21
0
 public void Connect(Graphic3d_Structure theStructure, Graphic3d_TypeOfConnection theType, bool theWithCheck)
 {
     throw new NotImplementedException();
 }
コード例 #22
0
 public void ChangeZLayer(Graphic3d_Structure theStructure, int theLayerId)
 {
     throw new NotImplementedException();
 }
コード例 #23
0
 public void Remove(Graphic3d_Structure thePrs)
 {
     throw new NotImplementedException();
 }
コード例 #24
0
 public int HaveTheSameOwner(Graphic3d_Structure theStructure)
 {
     throw new NotImplementedException();
 }
コード例 #25
0
 public void GraphicDisconnect(Graphic3d_Structure theDaughter)
 {
     throw new NotImplementedException();
 }
コード例 #26
0
 public Graphic3d_Group(Graphic3d_Structure theStructure)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
コード例 #27
0
 public void Remove(Graphic3d_Structure thePtr, Graphic3d_TypeOfConnection theType)
 {
     throw new NotImplementedException();
 }
コード例 #28
0
 public void InsertAfter(int theIndex, Graphic3d_Structure theItem)
 {
     throw new NotImplementedException();
 }
コード例 #29
0
 public bool RemoveAncestor(Graphic3d_Structure theAncestor)
 {
     throw new NotImplementedException();
 }
コード例 #30
0
 public bool Contains(Graphic3d_Structure K)
 {
     throw new NotImplementedException();
 }