__predict - PLAXIS 3D Input commands documentation

__predict

Predicts whether a command will potentially succeed or is guaranteed to fail.
Predicts whether a command will potentially succeed or is guaranteed to fail. When it fails, the reason for failure will be given.
__predict "echo" Predicts whether the command "echo" will succeed or fail.
__predict "point (1 2 3)" Predicts whether the command and arguments "point (1 2 3)" will succeed or fail.
__predict "rename Line_1 'Line_342'" Predicts whether the command and arguments "rename Line_1 'Line_342'" will succeed or fail.
__predict 'calculate' Predicts whether 'calculate' command will succeed or not.
Text'
Text Command name and arguments The command (and parameters) of which the outcome should be predicted
Mode Target
All Global
None
Predicts whether a command will potentially succeed or is guaranteed to fail. When it fails, the reason for failure will be given.
__predict 'cuboid' 5 Predicts whether creating a cuboid with faces of length 5 will succeed or not.
Text' <Everything>'
Text Command name The command (and parameters) of which the outcome should be predicted
Everything Parameter One or more parameters for the command
Mode Target
All Global
None