Export Solidworks 3D data to Matlab.

2 vues (au cours des 30 derniers jours)
Anton Gruba
Anton Gruba le 22 Mai 2016
Modifié(e) : Anton Gruba le 23 Mai 2016
Is there a way to export a Solidworks 3D model as binary volume to Matlab?
I want to build a simple 3D shape, or any shape for that matter, in Solidworks and export its 3D data to Matlab. There is an interface between Solidworks and Simulink but it has its own format of graphic data, a kind of surface data, which isn't what I need and which doesn't seem to be convertable to what I need.
I need, instead, Matlab 3D array to represent the model — a binary array, representing binary voxels, "ones" at the space points where the object exists and "zeros" where it doesn't.
So that, for example: for intersection of two such models I could do simply "and" operation; or, for visualizing, fetch the binary volume to Matlab 'isosurface()' function.

Réponses (0)

Catégories

En savoir plus sur Lighting, Transparency, and Shading dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by