Find out if user has Hidden Geometry on?
-
Is it possible to find out if the user has Hidden Geometry on?
I thought it might be stored in the active style,.. but when I get the Style object I don't find anything containing style information. The API wiki only lists .name and .description.
-
Sketchup.active_model.rendering_options["DrawHidden"]
-
Rendering Options... So that's really where the information about the current style is. gaah...
So what's the point of the Style class then?
-
As far as I can remember, "face styles" and such used to be called rendring in SU 5 and prior (like scenes used to be called pages and AFAIK it is still used in ruby). The sme might go for "ege styles" as well as hidden geometry?
Again,the lay person playing a smart @**...
-
Yea... makes sense that some things have legacy names. ...but still don't understand why a Styles class exist which contains Style classes which only contains two properties... sigh will the API docs every be updated with complete descriptions..?
Advertisement