www.pudn.com > 1012.zip > Object3d.cpp


// Object3d.cpp: implementation of the CObject3d class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "SCAD.h" 
#include "Object3d.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
CObject3d::CObject3d() 
{ 
 
} 
 
CObject3d::~CObject3d() 
{ 
 
}