question

Bob G avatar image
0 Likes"
Bob G asked Bob G commented

Hide Connector Between Task Executer and Travel Node

I would like to display the travel nodes and edges in my model but not the connection (red line) between the Task Executer and its current node.

Is there a way to hide the red line? Unchecking Show Connections in the 3D View properties window does not do this.

Any suggestions?

Thanks.

FlexSim 22.2.2
task executertravel networksconnector
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Bob G commented

You can cycle through the display modes by holding x and clicking on a network node, or right clicking a network node and selecting the Network View Mode. The closest of these to what you want is to show the edges, but with this option the nodes are hidden:

1663941857277.png


1663941857277.png (39.8 KiB)
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Bob G avatar image Bob G commented ·

Thanks for the suggestion.

Showing only the edges hides the connectors but also the nodes. It seems there is no way to hide just the connectors.

Perhaps the best approach is to show just the edges and then add shapes to represent the nodes.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Bob G commented ·

You can draw a shape for each node regardless of the display mode. That allows you to retain the functionality of moving and clicking network nodes. Here is an example of the draw code:

drawtomodelscale(current);
drawsphere(0,0,0,viewpointradius(view).value/100,255,255,255);

Or set up a user command to be called by each network node, passing in view and current as parameters and put the code above in the user command.

retainNetworkNodesInAllDisplayModes.fsm

0 Likes 0 ·
Bob G avatar image Bob G commented ·
Thanks! Drawing a shape in the node OnDraw trigger works well.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.