Enumeration

IpuzSymmetryOffset

Declaration

enum Ipuz.SymmetryOffset

Description [src]

Offset off the mode of symmetry.

Some symmetries have four points of symmetry, others two. When trying to calculate the symmetry, this detail can be used to indicate which one is being requested.

The following types can have four points of symmetry: IPUZ_SYMMETRY_ROTATIONAL_QUARTER and IPUZ_SYMMETRY_MIRRORED.

Members

IPUZ_SYMMETRY_OFFSET_OPPOSITE

Opposite cell across the mode of symmetry.

  • Value: 0
  • Available since: 1.0
IPUZ_SYMMETRY_OFFSET_CW_ADJACENT

Clockwise adjacent point.

  • Value: 1
  • Available since: 1.0
IPUZ_SYMMETRY_OFFSET_CCW_ADJACENT

Counter-clockwise adjacent point.

  • Value: 2
  • Available since: 1.0