3 #ifndef _APIEntityGroup_H_
4 #define _APIEntityGroup_H_
10 namespace AnyCAD{
namespace API
31 int AddTopoShape (
const TopoShape& pTopoShape) ;
43 Entity GetEntity (
int idx)
const;
50 bool SetMaterial (
int idx,
const String& materialId) ;
64 AABox ComputeBBox ()
const;
68 #endif //_APIEntityGroup_H_
AABox.
Definition: APIMath.h:281
std::string String
Definition: APIString.h:10
Hold the TopoShape and it's rendering style.
Definition: APIEntity.h:20
平台基类
Definition: APIObject.h:17
拓扑对象
Definition: APITopoShape.h:18
The entity groups.
Definition: APIEntityGroup.h:21
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33