Truncated Pyramid

This shape creates a truncated pyramid. Local origin of the shape is at the center of the first rectangle. The other rectangular end is at distance 'Length' towards the positive x-axis. The center of the other rectangle end is offset from the x-axis as specified by parameters Y_offset and Z_offset. The parameters are:

  • Width1, the width of the first rectangular end.

  • Height1, the height of the first rectangular end.

  • Width2, the width of the second rectangular end.

  • Height2, the height of the second rectangular end.

  • Length, the distance between the first and the second rectangular ends.

  • Y_offset and Z_offset, the center of the end is offset from the x-axis as specified by parameters Y_offset and Z_offset.

Note: If Y_offset and Z_offset values are 0, the pyramid is concentric. Otherwise the pyramid is eccentric. Offset values can be negative for opposite direction.