Skip to content

Draft: GUI support for 4 new form factors

Mikhail Svechnikov requested to merge i255a into main

Added GUI support for 4 new form factors: CantellatedCube, HorizontalCylinder (issue #240 (closed)), PlatonicOctahedron and PlatonicTetrahedron (issue #255 (closed)).

  • Outer shapes of Mesocrystal are not supported as for many other FFs, I used the plug instead.
  • No icons for these 4 FFs (see issue #11).
  • CantellatedCube temporary uses TruncatedCube shape for real space visualization. It should be changed to real shape.
  • HorizontalCylinder now uses rotated Cylinder shape for real space visualization. It should be changed to truncated cylinder. The rotation is also wrong (bug #265 (closed)), cylinders should be aligned along X direction.

The second found bug is #266 (closed).

Also bug with icons in ComboBox was fixes (This resolved #170 (closed))

Edited by Mikhail Svechnikov

Merge request reports