β2016-02-17
10:10 AM
- last edited on
β2023-07-12
09:11 PM
by
Doreena Deng
β2016-02-19 10:56 AM
gehairing wrote:Just to clarify β do you want to add your own export filter to the "Save Asβ¦" dialog from the 3D window? For saving as .obj?
Is there another way to do a SaveAs for exporting the current selected item (or even all the current 3D model) to a .obj format.
In the File->Save As... command we have the .obj export.
β2016-02-22 09:41 AM
β2016-02-22 01:08 PM
gehairing wrote:It depends on the required format for the data. You could temporarily place an instance of the library part in the project and extract its 3D geometry through ModelAccess or 3D Manager API. The temporary object can be deleted afterward. But then you would need to convert that data to the required output format.
I'm uploading some LibraryParts on a distant server and i want to add a 3D preview of the library part.
β2016-03-18 06:39 PM
Ralph wrote:Actually the Wavefront add-on exports its functionality through add-on communication (take a look at the Communication_Manager / Communication_Client examples in the the devkit).gehairing wrote:It depends on the required format for the data. You could temporarily place an instance of the library part in the project and extract its 3D geometry through ModelAccess or 3D Manager API. The temporary object can be deleted afterward. But then you would need to convert that data to the required output format.
I'm uploading some LibraryParts on a distant server and i want to add a 3D preview of the library part.