ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
|
Downloads |
Q&A Using Flexsim and building models |
#1
|
||||
|
||||
Remove the arrows and green dots from the link joining 2 network nodes
Hello
Could some one please advice, in how to remove those arrows and green dots from my network. I did try it in presentation mode, and it still remains in the model. I would like to get just the network nodes, and the line joining the network nodes, and i dont want the arrows, and the green dots. Please help... Thanks |
#2
|
||||
|
||||
Hi,
move your mouse pointer over a network node. Hold down the 'x'-key. Press several times the left mouse button. The network node, your pointer is above, will remain in your model. Have also a look at the Flexsim Users Manual > Modeling Views > Keyboard Interaction Jörg |
The Following User Says Thank You to Jörg Vogel For This Useful Post: | ||
Nischith Kashyap (04-19-2011) |
#3
|
||||
|
||||
Could this be automated...
Hi
I would like to do this via code, so that everytime manually, i wont have to press the ctrl+x key and move the green dots. Is there code that any one knows, that i could use to automate this. |
#4
|
||||
|
||||
treenode nn = node("/NN3",model());
if(objectexists(nn)) { keyedclick(nn,88); repaintall(); } |
The Following 2 Users Say Thank You to Phil BoBo For This Useful Post: | ||
Nischith Kashyap (09-20-2011) |
Thread | Thread Starter | Forum | Replies | Last Post |
draw network nodes using data from an excel sheet | Vinay Mehendiratta | Q&A | 7 | 10-14-2014 08:40 AM |
Network Nodes | Rachid Kolfin | Q&A | 14 | 02-03-2011 08:34 PM |
Can't move or link objects | Kenny Macleod | Q&A | 7 | 01-22-2009 09:47 PM |
Connecting network nodes in different containers | KelvinHo | Q&A | 1 | 05-28-2008 06:49 AM |
Remove a tasksequence from a tasksequencequeue? | AlanZhang | Q&A | 11 | 10-19-2007 03:50 PM |