FormIt Plugin API  v23.0.0 (2023.0.0)
FormIt.View API

Description

Functions

json FormIt.View.FitToModel (aIncludeImage, withTransition)
 FitToModel() function. More...
 
json FormIt.View.FitToSelection (withTransition)
 FitToSelection() function. More...
 
json FormIt.View.HomeView3d (withTransition)
 HomeView3d() function. More...
 
json FormIt.View.TopView ()
 TopView() function. More...
 
json FormIt.View.SetViewDirection (type)
 Sets the current view type Parameters: In: FormIt.CameraDirectionType Out: More...
 
json FormIt.View.GetViewDirection ()
 Gets the current view type Parameters: In: Out: FormIt.CameraDirectionType. More...
 

Function Documentation

json FormIt.View.FitToModel ( aIncludeImage  ,
withTransition   
)

FitToModel() function.

Parameters
[in]aIncludeImagebool
[in]withTransition(OPTIONAL, default = false) bool
Returns
JSON_UNDEFINED, i.e. {}
json FormIt.View.FitToSelection ( withTransition  )

FitToSelection() function.

Parameters
[in]withTransition(OPTIONAL, default = false) bool
Returns
JSON_UNDEFINED, i.e. {}
json FormIt.View.GetViewDirection ( )

Gets the current view type Parameters: In: Out: FormIt.CameraDirectionType.

Returns
{...}
json FormIt.View.HomeView3d ( withTransition  )

HomeView3d() function.

Parameters
[in]withTransition(OPTIONAL, default = false) bool
Returns
JSON_UNDEFINED, i.e. {}
json FormIt.View.SetViewDirection ( type  )

Sets the current view type Parameters: In: FormIt.CameraDirectionType Out:

Parameters
[in]typeFormIt.CameraDirectionType
Returns
JSON_UNDEFINED, i.e. {}
json FormIt.View.TopView ( )

TopView() function.

Returns
JSON_UNDEFINED, i.e. {}