I am new to python scripting for Rhino. I want to implement a Quality Model Checker for CAD models based on SASIG standard. The main challenge is how I can get to the geometric data of the Rhino’s objects automatically without manually selection of the geometric components as curves, surfaces,…etc. I don’t know how to do that so any help will be highly appreciated.
It has been a while :)… but I need to get the topology of the model. Rhino used the boundary representation for the solids. I want to see if the solid is closed and to do some tests on the surface,curve and edge elements of the adjacent geometric elements.
Out of the topic, but I am in a time need … Do you how to grab the output of the Rhino Commands into a string ? I can use the Clipboard, but not of the Rhino outputs is there. If I am looking for naked edges using ShowEdges command, I don’t get, by example, the number of the naked edges, which is displayed in the History window…