FormIt Plugin API
v23.0.0 (2023.0.0)
|
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... | |
json FormIt.View.FitToModel | ( | aIncludeImage | , |
withTransition | |||
) |
FitToModel() function.
[in] | aIncludeImage | bool |
[in] | withTransition | (OPTIONAL, default = false) bool |
json FormIt.View.FitToSelection | ( | withTransition | ) |
FitToSelection() function.
[in] | withTransition | (OPTIONAL, default = false) bool |
json FormIt.View.GetViewDirection | ( | ) |
Gets the current view type Parameters: In: Out: FormIt.CameraDirectionType.
json FormIt.View.HomeView3d | ( | withTransition | ) |
HomeView3d() function.
[in] | withTransition | (OPTIONAL, default = false) bool |
json FormIt.View.SetViewDirection | ( | type | ) |
Sets the current view type Parameters: In: FormIt.CameraDirectionType Out:
[in] | type | FormIt.CameraDirectionType |
json FormIt.View.TopView | ( | ) |
TopView() function.