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!

Edit
Cable
Cables

Cables Profile

Menu location
Cables → Cable Profile
Workbenches
Cables
Default shortcut
None
Introduced in version
0.1.2
See also
Cables Cable

Description

The Cable Profile creates a Sketch object which represents the base profile (cross-section) of a cable. The profile is fully parametric and is created by choosing different cable properties in a dialog box (see Usage). The profile contains all the cross-section information needed for a Cable creation.

There are few predefined cable profile types, e.g. YDYp (flat power cable), YDY (round power cable). Additional custom profile types can be defined by the user (see Adding custom profile types).

The profile type, the number and thickness of the wires are defined together in the form of a Preset, which allows the user to create a complete profile definition by selecting it from a predefined list (introduced in version 0.3.1).

If the desired preset does not exist in the list, it is possible to manually select each of the key parameters defining the profile and immediately preview the result in the 3D View.

It is also possible to create entire profile manually in Sketcher. However, some rules have to be followed to successfully use it as a proper cable profile (see Manual profile creation).


Usage

  1. Create cable profile by one of these methods:
    • Press the Cable Profile button.
    • Select the Cables → Cable Profile option from the menu.
    • Right-click in the Tree View or the 3D View and select the Cables → Cable Profile option from the context menu.
  2. The Add a new cable profile task panel opens.
  3. Select the Preset (introduced in version 0.3.1).
  4. Optionally select the Profile type or any of its parameters (after selecting the option Show details).
  5. Select the Number of wires.
  6. Select the Standard gauge [mm2] from the list or leave custom.
  7. Optionally enter the Custom gauge [mm2] value if the above selection was custom.
  8. Press OK button.

Once created the profile is placed at the position [0,0,0] in the 3D space. It is recommended not to move or rotate it. It can be used later to create a Cable without changing position of the profile. When cable is created the pair of profile clones is created and each clone has its proper position and rotation related to the cable.

One profile can be used for many cables, there is no need to create another profile if another cable will have the same cross-section.

Notes

For some Profile types the Number of wires has to be > 1 (e.g. YDYp). Incorrect selection will show an error and the profile will not be created.

Adding custom profile types

An additional CSV file can be created by the user, containing custom profile types definitions. It must be named profiles.csv, and placed in:

$FREECAD_USER_DIR/Cables/

The $FREECAD_USER_DIR can be obtained from the Python Console:

FreeCAD.getUserAppDataDir()

The contents of the custom profiles.csv file must be modeled upon the same rules as the profiles.csv in the Cables Workbench source code. This file can be modified without restarting FreeCAD. Any changes made there are immediately visible in the list when making a new profile from the GUI.

To create your own custom profile type, simply add a new line to the profiles.csv file in the format shown in the example below:

MyName,F,MyClass,0.5,0.3,0.1

Where:

  • MyName - Custom profile name.
  • F - Shape type of a profile. Currently two shapes are supported: F = flat cable, R = round cable.
  • MyClass - Custom profile voltage class, it can be any name indicating additional cable class.
  • 0.5 - Insulation jacket thickness, see image below.
  • 0.3 - Single insulation thickness, see image below.
  • 0.1 - Insulation distance, see image below.

Dimensions used as a base for new profile type. 1 - insulation jacket thickness, 2 - single insulation thickness, 3 - insulation distance

Manual profile creation

Cable profile can be manually created in Sketcher. The proper order of drawing closed wires must be maintained for correct cable creation by Cable command.

  1. First drawn closed wire will be interpreted as cable jacket (w0 in the example below)
  2. Following series of closed wires must be drawn inside first wire and do not touch or cross each other. These will be interpreted as insulations of single wires (w1, w2, w3 in the example below).
  3. Then the next series of wires should be drawn inside the series of insulations. Each insulation wire has to have one inner wire. These will be conductor wires (w4, w5, w6 in the example below).
  4. Finally the series of points should be placed at the center of each conductor wire (p1, p2, p3 in the example below).

Example triangular profile created with Sketcher

Cable created from the triangular profile


Edit
Cable
Cables

This page is retrieved from https://wiki.freecad.org/Cables_Profile

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