Replies: 2 comments 1 reply
-
|
Do you have a documentation about the internals of the data-structure for a TopoDS_Shape? Then we can tr to help you here. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
With a lot of help from ChatGPT, I have achieved this to some extent. Check out my code here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
void assimp_export(std::vector<TopoDS_Shape*> &vec, const char *file)
{
Assimp::Exporter exporter;
aiScene t_scene;
//I want to parse the OCC data to fill the scene , then export scene
}
Beta Was this translation helpful? Give feedback.
All reactions