Message 1 of 3

Not applicable
08-30-2018
03:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I wrote this line in my C# project:
wall1.Mesh.GetQuality(out double _out_q1, out double _out_q2, out string _out_fes, 0.01, "All");
_out_fes thus contains a list of all elements which have failed the mesh quality test. I now want to highlight only these failed elements in my ROBOT drawing. How can I achieve this through the API?
Looking forward to your guidance.
Solved! Go to Solution.