Hi, I am trying to create 3MX and publish it on the web using Python in ContextCapture.
but, I can't find a SDK library or sample source.I'm not sure if it's supported or not, so I'm asking.
One more question, is there no function in SDK that calls (creates) Web Viewer functions? (e.g. Web Ready) Thank you
Thank you for your reply. By the way, what does "choose correct ProductionDrive" mean? I'm not sure what setting I should do. I'd appreciate it if you could tell me in detail. thank you!!
You have to choose correct ProductionDriver and set format using setDriverName('3MX')
See example in "C:\Program Files\Bentley\ContextCapture\sdk\samples\automaster.py"
SDK Documentation: file:///C:/Program%20Files/Bentley/ContextCapture/sdk/doc/html/index.htm
HI~ nice meet you !! Thank you for your reply. but I know install directory location. What I want to know is that there is no instruction function that generates 3MX format in the function provided by SDK. Can I know the function that provides 3MX format? Or is there no function? thank you ~~
Should be in install directory - C:\Program Files\Bentley\ContextCapture\sdk
Also it needs Python 3.9 installed.