Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 19.0.0 ]
hi,
how can check if control point allocated by object in process flow command ?
Thanks in advanced,
Solved! Go to Solution.
[ FlexSim 19.0.0 ]
hi,
how can check if control point allocated by object in process flow command ?
Thanks in advanced,
Solved! Go to Solution.
Hi @Mehdi K2, if you locate your Control point node in the Tree, you can access to the allocations subnode and check if it is allocated or not by simply typing this:
Model.find("ControlPoint1>variables/allocations").subnodes.length;
This will return the number of current allocations that the Control Point has.