How to get edge color (and style)
-
Is there a way, in Ruby, to get or set the edge color?
And/or is there a way to get the raster image for the sketchy edge style?
-
You assign a material to an edge just like you would a face. However to display edges by their color, you have to set the Rendering Option.
Not sure about the style. If I were a betting man, I would guess no, but it's late and I'm too tired to look it up in the doc.
-
Thanks for the try Todd, but I found it in our scripts which add edges to renderings and 3D PDFs
This is the color I was looking for - in the Styles menu.
It is stored in rendering_options["Foreground_Color"]
Advertisement