I want to get the color of the current layer, how to do it? I can’t seem to find it, maybe I’m not careful enough to ask for help.Can you give an example。
Rhino 6 C#
Get the Layer
from rhinoDoc.Layers
, then check its Color
property.
1 Like
Thank you very much, it seems I need to read the API documentation more carefully