3 #ifndef _APISubGeomElement_H_
4 #define _APISubGeomElement_H_
10 namespace AnyCAD{
namespace API
13 class EntitySceneNode;
31 void SetVisibleShapeType(
int _VisibleShapeType);
36 int GetVisibleShapeType()
const;
42 void SetShapeIndex(
int _ShapeIndex);
47 int GetShapeIndex()
const;
53 void SetShapeType(
int _ShapeType);
58 int GetShapeType()
const;
64 void SetSourceGeometryId(
const ElementId& _SourceGeometryId);
84 #endif //_APISubGeomElement_H_
The element that can hold geometry.
Definition: APIRenderableElement.h:22
The id.
Definition: APIElementId.h:16
场景的节点的基类。
Definition: APISceneNode.h:22
拓扑对象
Definition: APITopoShape.h:18
The element that can hold geometry.
Definition: APISubGeomElement.h:22
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33