question

Valentin R avatar image
0 Likes"
Valentin R asked Natalie White commented

2D export and capture view behavior

Dear reader,

I've been regularly having projects in which we develop a layout. The client often need to use the result of our study to be an input for other people/software. The current problem with FlexSim is that we can only export a capture of a view which does not provide sizing and positioning information.

  • Is there a possibility for you to develop some kind of .dwg export using a projection of objects with shown shape ?
  • Or is it possible to include a feature adding a grid over the capture to allow an easier copy of the layout into another software ?

Another thing I would like to mention is that increasing the resolution of the captured view does not behave as it probably should. When increasing the resolution, the result is not the current view with just a better resolution but is the current view zoomed out. Which means that the current view area does still has the same resolution but the resulting image includes a more larger area that just the one shown in the view window. Is that normal ?

Best regards,

Val

FlexSim 22.2.0
export3d viewcapture
· 1
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

Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered Joerg Vogel commented

We have an item on the dev list for being able to export to CAD. I will be sure to add this post to that issue.

As far as getting a picture of a layout, I made a demo model of an approach you might use:

Draw2DDemo.fsm

If you open the GUI from the toolbox (right-click and choose "Show GUI") you'll get a graph view. that draws the objects in the model on top of a grid. You could add a button to that GUI and call viewtofile() on that window. You should be able to pan/zoom (although zoom happens from the top-left instead of the cursor), so you can get exactly the screenshot you want.

The idea behind this model is that you could build on and/or use a window like this in your projects, as a workaround.

As far as the resolution question, yes, as far as I know, that's normal/as designed. I don't recall exactly why, but it's something about the aspect ratio of the 3D view vs the requested resolution. I think if we changed it, then it would be possible to capture a view without any of your objects present. Something like that.


draw2ddemo.fsm (54.5 KiB)
· 1
5 |100000

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