AnyCAD Rapid API 2026
Help you to create a better world!
载入中...
搜索中...
未找到
AnyCAD.Foundation.GraphicsSetting类 参考

渲染设置 更多...

类 AnyCAD.Foundation.GraphicsSetting 继承关系图:
AnyCAD.Foundation.AbstractSettings

Public 成员函数

 GraphicsSetting (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
void SetScreenCullTol (int val)
 
int GetScreenCullTol ()
 
void SetCullBackFace (bool val)
 
bool GetCullBackFace ()
 
void SetShowFPS (bool val)
 
bool 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 (bool val)
 
bool 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 (bool val)
 
bool GetFreeOrbit ()
 
void SetDeleteByKey (bool val)
 
bool GetDeleteByKey ()
 
void SetTransformCenter (EnumTransformCenter val)
 
EnumTransformCenter GetTransformCenter ()
 
void SetZoomByDoubleClick (bool val)
 
bool GetZoomByDoubleClick ()
 
void SetPickOcclusion (bool val)
 
bool GetPickOcclusion ()
 
void SetDirectRectPick (bool val)
 
bool GetDirectRectPick ()
 
void SetPickGroupWithChildren (bool val)
 
bool GetPickGroupWithChildren ()
 
void SetPickPartWithFeature (bool val)
 
bool GetPickPartWithFeature ()
 
void SetAlwaysPartiallyRectPick (bool val)
 
bool GetAlwaysPartiallyRectPick ()
 
void SetLogLevel (EnumLoggingLevel val)
 
EnumLoggingLevel GetLogLevel ()
 
void SetUILogLevel (EnumLoggingLevel val)
 
EnumLoggingLevel GetUILogLevel ()
 
void SetLogPath (string val)
 
string GetLogPath ()
 
override bool Load (string fileName)
 加载设置
 
override void Save (string fileName)
 保存设置
 
- Public 成员函数 继承自 AnyCAD.Foundation.AbstractSettings
 AbstractSettings (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
void Dispose ()
 
 AbstractSettings ()
 构造函数
 
bool Contains (string name)
 检查是否包含指定名称的参数
 
string GetAbsolutePath (string path)
 获取指定路径的绝对路径
 

静态 Public 成员函数

static GraphicsSetting Instance ()
 
static GraphicsSetting GetInstance ()
 

详细描述

渲染设置

Group: Rendering

成员函数说明

◆ Load()

override bool AnyCAD.Foundation.GraphicsSetting.Load ( string fileName)
virtual

加载设置

参数
fileName文件名
返回
是否成功

重载 AnyCAD.Foundation.AbstractSettings .

◆ Save()

override void AnyCAD.Foundation.GraphicsSetting.Save ( string fileName)
virtual

保存设置

参数
fileName文件名

重载 AnyCAD.Foundation.AbstractSettings .