How to call the VC window?

I want to know if there have such an interface, API or method that can be used to bring up the VC simulation window. And make VC windows can be embedded in third-party software.

For example, the VC window is called up, embedded in a web page, and operated on the web page.

Can you help me to answer the question? Thanks very much!

VC 3D World window can’t be detached from the application and thus embedding it into e.g. a web page is not possible.

You can strip/hide the application panels and ribbons via .NET API to show only the 3D World and then use the API to execute actions. That (most likely) requires development of your own plugin/add-on as a middleware to receive control commands from any external application.

1 Like