Interface TopView

Top-view representation of a Product. Implemented by an image that is put into a rectangular region. The origin of the region is aligned with the origin of the Product but may be moved by an offset.

Hierarchy

  • TopView

Properties

depth: number

Depth, in m, of the rectangular region.

image: string

The manadatory image reference.

imageFormat: "JPEG" | "PNG" | "SVG"

The mandatory format of the image.

width: number

Width, in m, of the rectangular region.

x?: number

Optional X offset, in m, of the rectangular region.

z?: number

Optional Z offset, in m, of the rectangular region.

Generated using TypeDoc