|
Further Examples: SurfaceColor
This defines the function colorGraphics3D which colors points on the dimensional graphic g with color colorinside where inequality is true and coloroutside elsewhere.
In[1]:= 
In[2]:= 
In[3]:= 
In[4]:= 
Here is a dimensional graphic.
In[5]:= 

Here is the same graphic with points satisfying colored Hue[0, 0.5, 1] and points elsewhere colored Hue[0.6, 0.7, 1]. Block is used so any values of x and y defined elsewhere in the current session will not affect this evaluation.
In[6]:= 

|