FormIt Plugin API  v23.0.0 (2023.0.0)
WSM.Tools Namespace Reference

Description

WSM.Tools namespace.

Functions

json CompareOutputFiles (sGoodFile, sResultFile)
 CompareOutputFiles() function. More...
 
json APIReset ()
 Register/Unregister AppHelper is not done from JS side FormIt/host application must expose this initialization. More...
 
json APICreateTool (nType, toolArgs)
 APICreateTool() function. More...
 
json APIDestroyTool (nToolID)
 APIDestroyTool() function. More...
 
json APIGetAllLiveToolsReadOnly ()
 APIGetAllLiveToolsReadOnly() function. More...
 
json APIGetToolTypeReadOnly (nToolID)
 APIGetToolTypeReadOnly() function. More...
 
json APIGetResultDescriptionReadOnly (nResult)
 APIGetResultDescriptionReadOnly() function. More...
 
json APIGetToolStateReadOnly (nToolID)
 APIGetToolStateReadOnly() function. More...
 
json APIResetTool (nToolID, nReason)
 APIResetTool() function. More...
 
json APIResetToolModelChange (nToolID, data)
 APIResetToolModelChange() function. More...
 
json APIUpdateCurrentPoint (nToolID, pickray)
 APIUpdateCurrentPoint() function. More...
 
json APIUpdatePointPick (nToolID, nPointIndex, pickray, bFinal)
 APIUpdatePointPick() function. More...
 
json APIUpdatePoint (nToolID, nPointIndex, pInputPoint, bFinal)
 APIUpdatePoint() function. More...
 
json APILockInference (nToolID)
 APILockInference() function. More...
 
json APIUnlockInference (nToolID)
 APIUnlockInference() function. More...
 
json APIPickAndPlacePoint (nToolID, pickray)
 APIPickAndPlacePoint() function. More...
 
json APIPlacePoint (nToolID, pInputPoint)
 APIPlacePoint() function. More...
 
json APIFinalize (nToolID, pickray)
 APIFinalize() function. More...
 
json APIGetCurrentPointReadOnly (nToolID)
 APIGetCurrentPointReadOnly() function. More...
 
json APIGetPointReadOnly (nToolID, nPointIndex)
 APIGetPointReadOnly() function. More...
 
json APISetOperationMode (nToolID, nMode)
 APISetOperationMode() function. More...
 
json APIResetCurrentPoint (nToolID)
 APIResetCurrentPoint() function. More...
 
json APISetDefaultPoints (nToolID)
 APISetDefaultPoints() function. More...
 
json APISetEditingMode (nToolID, bEditingMode)
 APISetEditingMode() function. More...
 
json APICreateGeometry (nToolID)
 APICreateGeometry() function. More...
 
json APIModResetModel (nToolID, bDeleteRedo)
 APIModResetModel() function. More...
 
json APIModSetObjectsToModify (nToolID, aObjectsToModify)
 APIModSetObjectsToModify() function. More...
 
json APIModSetObjectsToModifyGroupInstancePath (nToolID, aObjectsToModify)
 APIModSetObjectsToModifyGroupInstancePath() function. More...
 
json APIModIsInteractiveReadOnly (nToolID)
 APIModIsInteractiveReadOnly() function. More...
 
json APIModFiltersInitialSelectionReadOnly (nToolID)
 APIModFiltersInitialSelectionReadOnly() function. More...
 
json APIModDoModification (nToolID, bEndOfContinuous)
 APIModDoModification() function. More...
 
json APIModGetFinishMessageReadOnly (nToolID)
 APIModGetFinishMessageReadOnly() function. More...
 
json APICameraChanged (nToolID)
 APICameraChanged() function. More...