Lattice2 around a ring

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
nefarious
Posts: 14
Joined: Fri Feb 03, 2023 5:58 pm

Lattice2 around a ring

Post by nefarious »

I am trying to create a set of flat surfaces around a cylinder.

After many sometimes sort of working and sometimes not working at all I don't understand how to debug why it doesn't work,

When I try to make the LatticePattern with Lattice2.Lattice Design Pattern I get the following error and I can'd sort out what it is telling me.

16:54:40 PartDesign::FeaturePython: Link(s) to object(s) 'PlacementSubsequence' go out of the allowed scope 'LatticePattern'. Instead, the linked object(s) reside within 'Body'.
16:54:46 PartDesign::FeaturePython: Link(s) to object(s) 'PlacementSubsequence' go out of the allowed scope 'LatticePattern'. Instead, the linked object(s) reside within 'Body'.
16:54:51 PartDesign::FeaturePython: Link(s) to object(s) 'PlacementSubsequence' go out of the allowed scope 'LatticePattern'. Instead, the linked object(s) reside within 'Body'.
16:56:44 PartDesign::FeaturePython: Link(s) to object(s) 'PlacementSubsequence' go out of the allowed scope 'LatticePattern'. Instead, the linked object(s) reside within 'Body'.

And it ate the body of the object that I am attempting to add?
edwilliams16
Veteran
Posts: 3106
Joined: Thu Sep 24, 2020 10:31 pm
Location: Hawaii
Contact:

Re: Lattice2 around a ring

Post by edwilliams16 »

You need to provide a file or it is too hard to help.
Post Reply