Surface has wrong color, not able to change

I have a very strange issue.
See attached file.
The surface is always blue, also the isocurves.

When I change the layer, only the border gets the layer color.

What can that be?
CP_Color.3dm (149.3 KB)

1 Like

Try RemovePerFaceColour that should sort it!

1 Like

I tried that before, but couldn’t select the surface.
Now I pre-selected the surface and ran _RemovePerFaceColors.
And yes, that works.
Thank you!

But something is wrong with _RemovePerFaceColors.
When I start it without a selected object, it just doesn’t work.

1 Like

Hi Charles - these open items are… open.

RH-67716 RemovePerfaceColor - allow picking sigle surfaces
RH-66197 RemovePerFaceColors: Accept post selected surfaces

In case it helps, here’s a script that finds these:
SelPerFaceColor.py (645 Bytes)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

1 Like

… for some time now.
Release target 8.0?
Hmm.

Anyway, thank you very much Pascal.

1 Like

Hi Pascal, sorry for resurrecting this thread.
Is there a way to select faces with the same FaceColor as the one currently selected?

That would be super helpful :pray:

1 Like

It seems at least possible, I’ll have a look…

-Pascal

2 Likes