3 #ifndef _APIRenderableElement_H_
4 #define _APIRenderableElement_H_
10 namespace AnyCAD{
namespace API
13 class SnapTargetCollector;
31 void SetVisible(
bool _Visible);
36 bool GetVisible()
const;
42 void SetStandalone(
bool _Standalone);
47 bool GetStandalone()
const;
53 void SetStyleId(
const ElementId& _StyleId);
64 bool IsVisible ()
const;
73 #endif //_APIRenderableElement_H_
The element that can hold geometry.
Definition: APIRenderableElement.h:22
Support user defined parameters and script.
Definition: APIPropertiesElement.h:23
The id.
Definition: APIElementId.h:16
场景的节点的基类。
Definition: APISceneNode.h:22
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33