User Portlet User Portlet

Discussions
Yes, I have looked at examples given in the standard form (if by standard form you mean Entity Class Objects). I'm just not sure how to enter an atomic level for an element that is not given as example so I am trying to do this using the Input Form...
The yellow boxes with the little grid icon at the left are `EntityClass` "objects". The other yellow boxes are `Entity` "objects". The yellow boxes are just a display form. You can always see the full Mathematica expression for something by using...
You may also consider `TransformedRegion`: Region@TransformedRegion[Cuboid[{0, 0, 0}], {Indexed[#, 1] Indexed[#, 2], Indexed[#, 1] + .5 Indexed[#, 2], Indexed[#, 3]} &]
Yes, just what I was looking for. Thanks!