Obtaining the vertices and their coordinates from a "DiscreteGeometry" object.
Show older comments
I have trouble figuring out what a vertex in a "DiscreteGeometry" object is.
Let's say I do the following
>> model = createpde(3);
>> dg = importGeometry(model,'ForearmLink.stl')
>> [FaceFacets, FaceFacetVertices] = dg.allDisplayFaces();
I get much more "FaceFacetVertices" than the "DiscreteGeometry" object has NumVertices.
Is there a way to get the actual nodes (or their coordinates) from the "DiscreteGeometry" (dg) object?
Accepted Answer
More Answers (0)
Categories
Find more on Geometry and Mesh in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!