Translations:PartDesign LinearPattern/3/en

From FreeCAD Documentation
  • Pattern shapes may not overlap one another except for the special case of only two occurrences (original plus one copy)
  • Any pattern shapes that do not overlap the original's support will be excluded. This ensures that a PartDesign feature always consists of a single, connected solid
  • The PartDesign patterns are not yet as optimized as their Draft counterparts. So for a bigger number of instances you should consider using Draft array instead, combined with a Part boolean operation. This may include major changes to your model as you are leaving PartDesign, which means that you cannot simply continue with further PartDesign features in the same body. An example is shown in this Forum topic
  • A LinearPattern cannot be applied directly to another pattern, be it polar, linear or a mirror. For this you need a PartDesign MultiTransform.
  • For further limitations, see the PartDesign mirrored feature.