FormIt Plugin API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt.VisualStyles Namespace Reference

Description

Functions

json GetShadowsVisible ()
 < EffectCache.EffectType
 
json SetShadowsVisible (val)
 GetRenderShadowVisibility adjusts the setting to show shadows Parameters: In: val (bool) Out: JSON_UNDEFINED
 
json GetAlwaysDrawInstanceBoxes ()
 GetAlwaysDrawInstanceBoxes determines whether bounding boxes are visible Parameters: In: None Out: { bool } representing the state of bounding box visibility
 
json SetAlwaysDrawInstanceBoxes (val)
 SetGroupBoundingBoxVisibility adjusts whether bounding boxes are visible Parameters: In: val (bool) Out: JSON_UNDEFINED
 
json IsGroundPlaneVisible ()
 IsGroundPlaneVisible indicates whether or not the ground plane will be drawn Parameters: In: None Out: { bool }
 
json SetGroundPlaneVisible (val)
 SetGroundPlaneVisible sets whether or not the ground plane will be drawn Parameters: In: val (bool) true == ground plane will be drawn Out: JSON_UNDEFINED
 
json IsWorkPlaneVisible ()
 IsWorkPlaneVisible indicates whether or not the work plane will be drawn Parameters: In: None Out: { bool }
 
json SetWorkPlaneVisible (val)
 SetWorkPlaneVisible sets whether or not the work plane will be drawn Parameters: In: val (bool) true == work plane will be drawn Out: JSON_UNDEFINED
 
json GetNorthArrowDisplay ()
 Returns true if the North arrow is set
 
json SetNorthArrowDisplay (bOn)
 Sets if the North arrow should display - true to display, false to not display
 
json ToggleNorthArrowDisplay ()
 toggles the North arrow display
 
json IsNorthArrowVisible ()
 returns true if the North arrow is set to display, false otherwise
 
json GetShowAxes ()
 Returns true if the axes are being shown, false otherwise
 
json SetShowAxes (bShow)
 Sets if the axes should be drawn.
 
json SetShowSilhouettes (bShow)
 Sets if silhouettes should be drawn.
 
json SetShowEdges (bShow)
 Sets if edges should be drawn.
 
json IsGridVisible ()
 Return the grid display status Parameters: In: Out: bVisible
 
json SetGridVisible (bVisible)
 Set the grid display status Parameters: In: bVisible Out: JSON_UNDEFINED
 
json GetHighlightPreselect ()
 Return the preselect highlight display status Parameters: In: Out: bHighlight
 
json SetHighlightPreselect (bHighlight)
 Set the preselect highlight display status Parameters: In: bHighlight Out: JSON_UNDEFINED
 
json SetAmbientColorIntensity (i)
 Sets the "ambient color intensity," or how "bright" unlit, colored faces will appear.
 
json GetAmbientColorIntensity ()
 Get ambient color intensity
 
json SetAmbientTextureIntensity (i)
 Sets the "ambient texture color intensity," or how "bright" unlit, textured faces will appear.
 
json GetAmbientTextureIntensity ()
 Get ambient texture intensity
 
json SetAmbientMaterialIntensity (i)
 SetAmbientMaterialIntensity() function.
 
json SetSunShading (i)
 SetSunShading() function.
 
json GetSunShading ()
 GetSunShading() function.
 
json SetShadowIntensity (i)
 Sets the "shadow intensity," or how "dark" shadows appear.
 
json GetShadowIntensity ()
 Get the shadow intensity
 
json SetAdvancedMaterialShaderType (type)
 Sets the shader type to use for materials
 
json GetAdvancedMaterialShaderType ()
 Get the current material shader type
 
json IsSkyRendered ()
 IsSkyRendered() function.
 
json SetSkyRendered (b)
 SetSkyRendered() function.
 
json IsFogRendered ()
 IsFogRendered() function.
 
json SetFogRendered (b)
 SetFogRendered() function.
 
json SetSkyLowerColor (color)
 SetSkyLowerColor() function.
 
json GetSkyLowerColor ()
 GetSkyLowerColor() function.
 
json SetSkyUpperColor (color)
 SetSkyUpperColor() function.
 
json GetSkyUpperColor ()
 GetSkyUpperColor() function.
 
json SetBackgroundColor (color)
 SetBackgroundColor() function.
 
json GetBackgroundColor ()
 GetBackgroundColor() function.
 
json SetGroundPlaneColor (color)
 SetGroundPlaneColor() function.
 
json GetGroundPlaneColor ()
 GetGroundPlaneColor() function.
 
json SetGroundPlaneTransparency (transparency)
 SetGroundPlaneTransparency() function.
 
json GetGroundPlaneTransparency ()
 GetGroundPlaneTransparency() function.
 
json SetWorkPlaneColor (color)
 SetWorkPlaneColor() function.
 
json GetWorkPlaneColor ()
 GetWorkPlaneColor() function.
 
json SetSunEditorEnabled (bEnabled)
 SetSunEditorEnabled() function.
 
json GetSunEditorEnabled ()
 GetSunEditorEnabled() function.
 
json GetEdgeWeight ()
 GetEdgeWeight() function.
 
json SetEdgeWeight (weight)
 SetEdgeWeight() function.
 
json GetEdgeColor ()
 GetEdgeColor() function.
 
json SetEdgeColor (color)
 SetEdgeColor() function.
 
json GetSilhouetteWeight ()
 GetSilhouetteWeight() function.
 
json SetSilhouetteWeight (weight)
 SetSilhouetteWeight() function.
 
json IsRenderSettingActive (flag)
 IsRenderSettingActive returns bool if the particular render mode is set Parameters: In: solid render flag enum Out: bool
 
json SetRenderSettingFlags (flag, b)
 SetRenderSettingFlags takes a SolidRendererFlags and bool to enable the flag Parameters: In: flag, b solid render flag enum (FormIt.SolidRendererFlags), bool (on/off) Out: JSON_UNDEFINED