FormIt C++ API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt::VisualStyles Namespace Reference

Description

Graphics and display specific functionality and settings.

Functions

FORMIT_CORE_EXPORT bool IsGridVisible ()
 IsGridVisible() function.
 
FORMIT_CORE_EXPORT void SetGridVisible (bool bVisible)
 SetGridVisible() function.
 
FORMIT_CORE_EXPORT void SetHighlightPreselect (bool bHighlight)
 SetHighlightPreselect() function.
 
FORMIT_CORE_EXPORT bool GetHighlightPreselect ()
 GetHighlightPreselect() function.
 
FORMIT_CORE_EXPORT bool GetShadowsVisible ()
 GetShadowsVisible() function.
 
FORMIT_CORE_EXPORT bool GetShowShadowDefaultSetting ()
 GetShowShadowDefaultSetting() function.
 
FORMIT_CORE_EXPORT void SetShadowsVisible (bool bVisible)
 SetShadowsVisible() function.
 
FORMIT_CORE_EXPORT bool GetAlwaysDrawInstanceBoxes ()
 GetAlwaysDrawInstanceBoxes() function.
 
FORMIT_CORE_EXPORT void SetAlwaysDrawInstanceBoxes (bool val)
 SetAlwaysDrawInstanceBoxes() function.
 
FORMIT_CORE_EXPORT bool IsGroundPlaneVisible ()
 IsGroundPlaneVisible() function.
 
FORMIT_CORE_EXPORT bool IsWorkPlaneVisible ()
 IsWorkPlaneVisible() function.
 
FORMIT_CORE_EXPORT void SetGroundPlaneVisible (bool val)
 SetGroundPlaneVisible() function.
 
FORMIT_CORE_EXPORT void SetWorkPlaneVisible (bool val)
 SetWorkPlaneVisible() function.
 
FORMIT_CORE_EXPORT void SetGroundPlaneColor (const WSM::Color &color)
 SetGroundPlaneColor() function.
 
FORMIT_CORE_EXPORT WSM::Color GetGroundPlaneColor ()
 GetGroundPlaneColor() function.
 
FORMIT_CORE_EXPORT void SetGroundPlaneTransparency (float transparency)
 SetGroundPlaneTransparency() function.
 
FORMIT_CORE_EXPORT float GetGroundPlaneTransparency ()
 GetGroundPlaneTransparency() function.
 
FORMIT_CORE_EXPORT void SetWorkPlaneColor (const WSM::Color &color)
 SetWorkPlaneColor() function.
 
FORMIT_CORE_EXPORT WSM::Color GetWorkPlaneColor ()
 GetWorkPlaneColor() function.
 
FORMIT_CORE_EXPORT void SetDefaults ()
 SetDefaults() function.
 
FORMIT_CORE_EXPORT bool GetNorthArrowDisplay ()
 GetNorthArrowDisplay() function.
 
FORMIT_CORE_EXPORT void SetNorthArrowDisplay (bool bOn)
 SetNorthArrowDisplay() function.
 
FORMIT_CORE_EXPORT void ToggleNorthArrowDisplay ()
 ToggleNorthArrowDisplay() function.
 
FORMIT_CORE_EXPORT bool IsNorthArrowVisible ()
 IsNorthArrowVisible() function.
 
FORMIT_CORE_EXPORT void SetShowAxes (bool bShow)
 SetShowAxes() function.
 
FORMIT_CORE_EXPORT bool GetShowAxes ()
 GetShowAxes() function.
 
FORMIT_CORE_EXPORT void SetShowSilhouettes (bool bShow)
 SetShowSilhouettes() function.
 
FORMIT_CORE_EXPORT void SetShowEdges (bool bShow)
 SetShowEdges() function.
 
FORMIT_CORE_EXPORT bool IsAxisDisplayVisible ()
 IsAxisDisplayVisible() function.
 
FORMIT_CORE_EXPORT void SetAxisDisplayVisible (bool bShow)
 SetAxisDisplayVisible() function.
 
FORMIT_CORE_EXPORT void ToggleAxisDisplay ()
 ToggleAxisDisplay() function.
 
FORMIT_CORE_EXPORT void SetAmbientColorIntensity (float i)
 SetAmbientColorIntensity() function.
 
FORMIT_CORE_EXPORT float GetAmbientColorIntensity ()
 GetAmbientColorIntensity() function.
 
FORMIT_CORE_EXPORT void SetAmbientTextureIntensity (float i)
 SetAmbientTextureIntensity() function.
 
FORMIT_CORE_EXPORT float GetAmbientTextureIntensity ()
 GetAmbientTextureIntensity() function.
 
FORMIT_CORE_EXPORT void SetAmbientMaterialIntensity (float i)
 SetAmbientMaterialIntensity() function.
 
FORMIT_CORE_EXPORT void SetShadowIntensity (float i)
 SetShadowIntensity() function.
 
FORMIT_CORE_EXPORT float GetShadowIntensity ()
 GetShadowIntensity() function.
 
FORMIT_CORE_EXPORT void SetAdvancedMaterialShaderType (int i)
 SetAdvancedMaterialShaderType() function.
 
FORMIT_CORE_EXPORT int GetAdvancedMaterialShaderType ()
 GetAdvancedMaterialShaderType() function.
 
FORMIT_CORE_EXPORT bool IsSkyRendered ()
 IsSkyRendered() function.
 
FORMIT_CORE_EXPORT void SetSkyRendered (bool b)
 SetSkyRendered() function.
 
FORMIT_CORE_EXPORT bool IsFogRendered ()
 IsFogRendered() function.
 
FORMIT_CORE_EXPORT void SetFogRendered (bool b)
 SetFogRendered() function.
 
FORMIT_CORE_EXPORT void SetSkyLowerColor (const WSM::Color &color)
 SetSkyLowerColor() function.
 
FORMIT_CORE_EXPORT WSM::Color GetSkyLowerColor ()
 GetSkyLowerColor() function.
 
FORMIT_CORE_EXPORT void SetSkyUpperColor (const WSM::Color &color)
 SetSkyUpperColor() function.
 
FORMIT_CORE_EXPORT WSM::Color GetSkyUpperColor ()
 GetSkyUpperColor() function.
 
FORMIT_CORE_EXPORT void SetBackgroundColor (const WSM::Color &color)
 SetBackgroundColor() function.
 
FORMIT_CORE_EXPORT WSM::Color GetBackgroundColor ()
 GetBackgroundColor() function.
 
FORMIT_CORE_EXPORT void SetSunShading (float i)
 SetSunShading() function.
 
FORMIT_CORE_EXPORT float GetSunShading ()
 GetSunShading() function.
 
FORMIT_CORE_EXPORT float GetEdgeWeight ()
 GetEdgeWeight() function.
 
FORMIT_CORE_EXPORT void SetEdgeWeight (float val)
 SetEdgeWeight() function.
 
FORMIT_CORE_EXPORT WSM::Color GetEdgeColor ()
 GetEdgeColor() function.
 
FORMIT_CORE_EXPORT void SetEdgeColor (WSM::Color const &color)
 SetEdgeColor() function.
 
FORMIT_CORE_EXPORT float GetSilhouetteWeight ()
 GetSilhouetteWeight() function.
 
FORMIT_CORE_EXPORT void SetSilhouetteWeight (float val)
 SetSilhouetteWeight() function.
 
FORMIT_CORE_EXPORT void SetRenderSettingFlags (SolidRendererFlags flag, bool bOn)
 SetRenderSettingFlags() function.
 
FORMIT_CORE_EXPORT bool IsRenderSettingActive (FormIt::SolidRendererFlags flag)
 IsRenderSettingActive() function.