www.pudn.com > SurfWareNew06.3.5(LYW).rar > GeomObject.h


// GeomObject.h: interface for the CGeomObject class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_GEOMOBJECT_H__A1B27B67_38DE_403D_8B3C_1309B909C0E5__INCLUDED_) 
#define AFX_GEOMOBJECT_H__A1B27B67_38DE_403D_8B3C_1309B909C0E5__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#include "VisualObject.h" 
#include "Nurbs_Lib/NURBS_HPointND.h" 
 
class CGeomObject : public CVisualObject   
{ 
	SEOBJECT_DECLARE(CGeomObject) 
public: 
	CGeomObject(); 
	virtual ~CGeomObject(); 
 
//attributs 
public: 
	PlHPoint3Df	_center; 
 
	float		_RotateX,_RotateY,_RotateZ; 
	float		_TransX,_TransY,_TransZ; 
	HTREEITEM   _TreeItem; 
	POSITION	_Pos; 
}; 
 
#endif // !defined(AFX_GEOMOBJECT_H__A1B27B67_38DE_403D_8B3C_1309B909C0E5__INCLUDED_)