3 #ifndef _APIPointStyle_H_
4 #define _APIPointStyle_H_
10 namespace AnyCAD{
namespace API
28 void SetPointSize (
const float& pointSize) ;
33 float GetPointSize ()
const;
38 void SetMarker (
const String& name) ;
47 #endif //_APIPointStyle_H_
std::string String
Definition: APIString.h:10
The point style.
Definition: APIPointStyle.h:19
The Scene node style.
Definition: APIRenderStyle.h:19
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33