Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Test if a piece of a graphic is a graphics primitive
ResourceFunction["GraphicsPrimitiveQ"][expr] test if expr is a graphics primitive. |
Test a 3D graphics object:
In[1]:= |
Out[1]= |
Select a 3D graphics object:
In[2]:= |
Extract and sort inner graphics primitives:
In[3]:= |
Out[3]= |
Iconize points:
In[4]:= |
Out[4]= |
Look at the internal structure of graphics iconizing points:
In[5]:= |
Out[5]= |
Recover primitives:
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
Some types of graphics objects are not primitives:
In[8]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License