79460221

Date: 2025-02-22 20:10:27
Score: 1.5
Natty:
Report link

Two things:

  1. Add the operation (ShapeOperation) field during your SubPathInfo object construction. It doesn't have a default value, so it is probably looking for it but can't find it, which is causing your error.

  2. ppi.RightDirection should be ppi.rightDirection, with a lowercase "r".

Hopefully, this fixes your problem!

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Adi_OS