over 4 years ago by Loke Zhi Ming
Hi Sir, thanks for the tutorials. Wanted to ask regarding the typing of expressions for the Evaluate Component on part 2:22 of the video. Inside the function, this was typed in. (Length(Force)/Mass)*Unitize(Force) However, for the component inputs, there were only Force and Mass. In this case, can the component work the same way if the "Unitize" was removed ? Assuming that it was typed this way: (Length(Force)/Mass)*(Force) Would really appreciate if can provide some explanations/clarifications regarding this, thanks.
Arie Willem de Jongh over 4 years ago
Here's the image
Arie Willem de Jongh over 4 years ago
Hi Loke,
Unitize() is a standard function from the evaluation component. It sets the length of a vector (Force) to 1 (unitizes it). If you click on the button highlighted in the image you get a list of standard functions you can use. Arie