Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Polyhedron Operations Package >

Truncate

Truncate[expr]
truncates each edge of each polygon in graphics expression expr.
Truncate[expr, ratio]
truncates to the specified ratio of the edge length.
  • Truncate[expr] uses a truncation ratio of 3/10.
  • ratio must be between 0 and 1/2.
Truncate works on graphics primitives:
Truncate also works on graphics objects:
Needs["PolyhedronOperations`"]
Truncate works on graphics primitives:
In[2]:=
Click for copyable input
Out[2]=
Truncate also works on graphics objects:
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team