示例#1
0
 public AIS_XRTrackedDevice(Graphic3d_ArrayOfTriangles theTr_is, Image_Texture theTexture)
     : base()
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void createBoxCornerTriangles(Graphic3d_ArrayOfTriangles theTr_is, ref int theNbNodes,
                                      ref int theNbTr_is, V3d_TypeOfOrientation theDir)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void createRoundRectangleTriangles(Graphic3d_ArrayOfTriangles theTr_is, ref int theNbNodes,
                                           ref int theNbTr_is, gp_XY theSize, double theRadius, gp_Trsf theTrsf)
 {
     throw new NotImplementedException();
 }
 public void FillArray(Graphic3d_ArrayOfTriangles theArray, gp_Trsf theTrsf)
 {
     throw new NotImplementedException();
 }