Skip to content

How to select what to show in the standalone viewer? #117

Answered by bernhard-42
njourdane asked this question in Q&A
Discussion options

You must be logged in to vote

The viewer listens on port 3939 for requests.
The show command tessellates CAD objects and sends the mesh to port 3939 of the viewer via websockets.
So viewer and code is completely decoupled. You can start the viewer where so ever and work on a project in another folder.
The only shared knowledge of the viewer and the show command is the websocket port 3939

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by njourdane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants