Where are the methods and functions of the dot syntax documentated ?

Where are the methods and functions of the dot syntax documentated ?

joerg_vogel_HsH
Mentor Mentor
109 Views
4 Replies
Message 1 of 5

Where are the methods and functions of the dot syntax documentated ?

joerg_vogel_HsH
Mentor
Mentor

[ FlexSim 17.0.0 ]

As @Mischa Spelt has said in this comment the function node is deprecated. But how can I find the description of the method find(). I can always look for node and then use the link to treenode.find. I don't know how to get to this information directly. What keyword should I use to get there? My question belongs to this site and the manual in Flexsim Version 17.0. Many Thanks!

0 Likes
Accepted solutions (1)
110 Views
4 Replies
Replies (4)
Message 2 of 5

arunTTT2P
Contributor
Contributor
Accepted solution

Dear Jorg Vogel,

Under "writing logic in FlexSim" part of the user manual you can find FlexScript Class Reference. There you can find.

4476-dot-syntax.png

4477-dot-syntax2.png

Regards,

Arun KR

Message 3 of 5

mischa_spelt
Advisor
Advisor

You can find the full documentation in the User Manual under FlexSim Coding - FlexScript Class Reference.

I agree though that it would be useful if this documentation was somehow integrated in the command reference (e.g. searching for "find" in the Command Helper would also locate treenode.find and searching for "treenode" would also link to the treenode class reference).

Message 4 of 5

joerg_vogel_HsH
Mentor
Mentor

Many thanks! @Arun KR Under the class treenode there are for example methods like is or as for which I can't find a syntax description.

0 Likes
Message 5 of 5

arunTTT2P
Contributor
Contributor

@Jörg Vogel, Looks like functions as() & is() is not described in the manual.

0 Likes