Data type

How to rename a graph in RealMotion?
Select the graph Press F2 or Right Click > Rename. Rename the graph.
Thu, 13 Feb, 2020 at 4:14 PM
Why the message “Invalid data argument” is shown on run?
Double-click on the error message in the Error panel to go to the box. Be sure there is no infinite loop in the flow. The flow cannot close and infinite l...
Thu, 13 Feb, 2020 at 3:46 PM
How to convert a data type into another?
In most cases, use the Type Converter box (Shortcut: C) To assemble Float into Float2, Float3 or Float4, use the Join box (Shortcut: J) To convert Float ...
Thu, 13 Feb, 2020 at 4:21 PM
How to create a vector?
Most boxes generate its own vector and the operation is not common, the principal ways to create one vector are: If the vector size do not change on runti...
Thu, 13 Feb, 2020 at 4:22 PM
How to split a container?
To divide a vector: Add the box Split if the container size is not dynamic. Use the box Lua elsewhere.
Thu, 13 Feb, 2020 at 4:24 PM
How do I create a Points data type from a Pointer?
Use the box Pointers To Points. The Points data type is normalized, while the Pointers is relative to the set surface. The box Pointers To Points convert th...
Thu, 13 Feb, 2020 at 4:26 PM