3 #ifndef _APISceneEnvironment_H_
4 #define _APISceneEnvironment_H_
8 namespace AnyCAD{
namespace API
57 void SetHighlightColor (
const ColorValue& clr) ;
67 void SetSelectedColor (
const ColorValue& clr) ;
77 void SetSelectedPointSize (
Real ptSize) ;
82 Real GetSelectedPointSize ()
const;
87 void SetSelectedLineWidth (
Real width) ;
92 Real GetSelectedLineWidth ()
const;
96 #endif //_APISceneEnvironment_H_
#define DECLARE_APIOBJECT(className)
Definition: APIObjectDef.h:10
场景的全局设置
Definition: APISceneEnvironment.h:19
Color Value.
Definition: APIMath.h:183
double Real
Definition: APIMath.h:7