- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I' trying to create some tools for building CAD-models from imported STL-files.
Now I am trying to access the vertices, edges and faces given in the mesh.
As I found out the top-feature in the model-tree is an object of MeshFeatureSet, followed by an object of MeshFeature which should contain the geometry data ...
When looking at the properties of the MeshFeature-type the only thing I've found to be a container for something would be the Entities-property which is an MeshFeatureEntitiesEnumerator collection object.....
But after all I did not find how to access the geometry of the mesh itself....
Would be great if someone can switch on the light at the end of my tunnel 😉
Regards
Solved! Go to Solution.