AnyCAD Rapid API 2025
Help you to create a better world!
载入中...
搜索中...
未找到
GraphicsSetting类 参考
类 GraphicsSetting 继承关系图:
AbstractSettings

Public 成员函数

void SetScreenCullTol (int val)
 
int GetScreenCullTol ()
 
void SetCullBackFace (boolean val)
 
boolean GetCullBackFace ()
 
void SetShowFPS (boolean val)
 
boolean GetShowFPS ()
 
void SetThemeStyle (EnumThemeStyle val)
 
EnumThemeStyle GetThemeStyle ()
 
void SetBackgroundType (EnumBackgroundType val)
 
EnumBackgroundType GetBackgroundType ()
 
void SetBackgroundColor (Vector3 val)
 
Vector3 GetBackgroundColor ()
 
void SetBackgroundColor2 (Vector3 val)
 
Vector3 GetBackgroundColor2 ()
 
void SetBackgroundImage (String val)
 
String GetBackgroundImage ()
 
void SetNavigator (EnumViewCoordinateType val)
 
EnumViewCoordinateType GetNavigator ()
 
void SetSystemAxis (boolean val)
 
boolean GetSystemAxis ()
 
void SetRenderMode (EnumDisplayMode val)
 
EnumDisplayMode GetRenderMode ()
 
void SetPickFilter (EnumShapeFilter val)
 
EnumShapeFilter GetPickFilter ()
 
void SetPanButton (EnumMouseButton val)
 
EnumMouseButton GetPanButton ()
 
void SetOrbitButton (EnumMouseButton val)
 
EnumMouseButton GetOrbitButton ()
 
void SetPickButton (EnumMouseButton val)
 
EnumMouseButton GetPickButton ()
 
void SetFreeOrbit (boolean val)
 
boolean GetFreeOrbit ()
 
void SetZoomByDoubleClick (boolean val)
 
boolean GetZoomByDoubleClick ()
 
void SetPickOcclusion (boolean val)
 
boolean GetPickOcclusion ()
 
void SetDirectRectPick (boolean val)
 
boolean GetDirectRectPick ()
 
void SetPickGroupWithChildren (boolean val)
 
boolean GetPickGroupWithChildren ()
 
void SetPickPartWithFeature (boolean val)
 
boolean GetPickPartWithFeature ()
 
void SetLogLevel (EnumLoggingLevel val)
 
EnumLoggingLevel GetLogLevel ()
 
void SetLogPath (String val)
 
String GetLogPath ()
 
boolean Load (String fileName)
 
void Save (String fileName)
 
- Public 成员函数 继承自 AbstractSettings
boolean Contains (String name)
 
String GetAbsolutePath (String path)
 

静态 Public 成员函数

static GraphicsSetting Instance ()
 
static GraphicsSetting GetInstance ()
 

成员函数说明

◆ Load()

boolean GraphicsSetting.Load ( String fileName)

重载 AbstractSettings .

◆ Save()

void GraphicsSetting.Save ( String fileName)

重载 AbstractSettings .