Пример #1
0
 public void Translate(Graphic3d_Camera theCamera, double theDXv, double theDYv)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void SetCameraEnd(Graphic3d_Camera theCameraEnd)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public bool FitMinMax(Graphic3d_Camera theCamera, Bnd_Box theBox, double theMargin)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void Scale(Graphic3d_Camera theCamera, double theSizeXv, double theSizeYv)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public bool FitMinMax(Graphic3d_Camera theCamera, Bnd_Box theBox, double theMargin, double theResolution,
                       bool theToEnlargeIfLine)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public void computeHlrPresentation(Graphic3d_Camera theProjector, Graphic3d_Structure thePrs,
                                    TopoDS_Shape theShape, Prs3d_Drawer theDrawer)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public void computeHLR(Graphic3d_Camera theProjector, TopLoc_Datum3D theTrsf, Graphic3d_Structure thePrs)
 {
     throw new NotImplementedException();
 }
Пример #8
0
 public void SetCameraFrustum(Graphic3d_Camera theCamera)
 {
     throw new NotImplementedException();
 }
Пример #9
0
 public void viewFitAll(V3d_View theView, Graphic3d_Camera theCamera)
 {
     throw new NotImplementedException();
 }