[RhinoCommon] Analysis mode - how to change the analysis mesh parameters

I’m using a custom analysis mode that produces false coloring based on the orientation of the vertex normals. When I enable this mode for a BREP, is there a way that I can change the parameters with which the analysis mesh is made? I want it to be more detailed.

Hi Menno,

In C++, you’d call:

CRhinoDocProperties::AnalysisMeshSettings()
CRhinoDocProperties::SetAnalysisMeshSettings()

I don’t see a way of doing this in RhinoCommon - added to the pile.

http://mcneel.myjetbrains.com/youtrack/issue/RH-29989