FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!


GuiCommand: Name: PartDesign PolarPattern MenuLocation: Part Design , Apply a pattern , PolarPattern Workbenches: PartDesign_Workbench SeeAlso: PartDesign_MultiTransform

PartDesign PolarPattern

Description

The PartDesign PolarPattern tool creates a polar pattern of one or more features.


A slot-shaped pocket (B) made on top of a base pad (A, also referred to as support) is used for a polar pattern. The result (C) is shown on the right.

Usage

Create

  1. Optionally activate the correct Body.
  2. Optionally select one or more features in the Tree view or the 3D view.
  3. There are several ways to invoke the tool:
    • Press the PolarPattern button.
    • Select the Part Design → Apply a pattern → PolarPattern option from the menu.
  4. If there is no active Body, and there are two or more Bodies in the document, the Active Body Required dialog will open and prompt you to activate one. If there is a single Body it will be activated automatically.
  5. If no features were selected the Select feature task panel opens: select one or more (hold down the Ctrl key) from the list and press the OK button.
  6. The PolarPattern parameters task panel opens. See Options for more information.
  7. Press the OK button to finish.

Edit

  1. Do one of the following:
    • Double-click the PolarPattern object in the Tree view.
    • Right-click the PolarPattern object in the Tree view and select Edit PolarPattern from the context menu.
  2. The PolarPattern parameters task panel opens. See Options for more information.
  3. Press the OK button to finish.

Options

  • Choose the mode:

    **Transform body**
    
    : Transforms the whole base feature\'s shape (default). <small>(v1.0)</small> 
    • Transform tool shapes

      : Transforms the individual tool shapes of selected features.

      • To add features:
        1. Press the Add feature button.
        2. Select a feature in the Tree view or the 3D view.
        3. Repeat to add more features.
      • To remove features:
        1. Press the Remove feature button.
        2. Do one of the following:
          • Select a feature in the Tree view or the 3D view.
          • Select a feature in the list and press the Del key.
          • Right-click a feature in the list and select Remove from the context menu.
        3. Repeat to remove more features.
      • If there are several features in the pattern, their order can be important. See Ordering features.
  • Specify the Axis of the pattern:

    **Normal sketch axis**
    
    : The Z axis of the sketch (only available for sketch-based features).
    • Vertical sketch axis

      : The Y axis of the sketch (idem).

    • Horizontal sketch axis

      : The X axis of the sketch (idem).

    • Construction line #

      : A separate entry for each construction line in the sketch (idem).

    • Base X axis

      : The X axis of the Body.

    • Base Y axis

      : The Y axis of the Body.

    • Base Z axis

      : The Z axis of the Body.

    • Select reference...

      : Select a Datum Line in the Tree view or a Datum Line or edge in the 3D view.

  • Check the Reverse direction checkbox to reverse the pattern.

  • (v1.0) : Specify the angle Mode:

    • Overall Angle

      : Enter the overall Angle. If the angle is less than 360°, the occurrences are evenly distributed from 0° (first occurrence) to the given angle (last occurrence). If the angle is 360°, the occurrences are evenly distributed around the circle. For n occurrences an angle of 360° is equivalent to an angle of 360°*(1-1/n).

    • (v1.0)

      : Offset Angle: Enter the Offset angle from a given point on the first occurrence to the same point on the next occurrence. For n occurrences: OverallAngle=(n-1)*Offset.

  • Specify the number of Occurrences (including the original feature).

  • If the Update view checkbox is checked the view will update in real time.

Ordering features

If some of the selected features are additive and others subtractive, their order can have have an impact on the final result. You can change the order by dragging individual features in the list.


Effect of the feature order

Limitations

  • Any shape in the pattern that does not overlap the parent feature will be excluded. This ensures that a PartDesign Body always consists of a single, connected solid.
  • The PartDesign patterns are not yet as optimized as their Draft counterparts. So for a large number of instances you should consider using a Draft PolarArray instead, combined with a Part boolean operation. This may require major changes to your model as you are leaving PartDesign and therefore cannot simply continue with further PartDesign features in the same body. An example is shown in this Forum topic.
  • A pattern cannot be applied directly to another pattern, be it polar, linear or a mirror. For this you need a PartDesign MultiTransform.

{{PartDesign Tools navi}}


⏵ documentation index > PartDesign > PartDesign PolarPattern

This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/PartDesign_PolarPattern.md

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub