示例#1
0
 public void SetCamera(Graphic3d_Camera theCamera)
 {
     throw new NotImplementedException();
 }
 public void computeHLR(Graphic3d_Camera theProjector, Graphic3d_Structure theStructure)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void ComputeXRBaseCameraFromPosed(Graphic3d_Camera theCamPosed, gp_Trsf thePoseTrsf)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public void ComputeXRPosedCameraFromBase(Graphic3d_Camera theCam, gp_Trsf theXRTrsf)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public void Copy(Graphic3d_Camera theOther)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public void CopyOrientationData(Graphic3d_Camera theOtherCamera)
 {
     throw new NotImplementedException();
 }
示例#7
0
 public Graphic3d_Camera(Graphic3d_Camera theOther)
     : base()
 {
     throw new NotImplementedException();
 }