Elektormagnetyka: Zrównaj FastHenry
Jump to navigation
Jump to search
Środowisko pracy Elektromagnetyka
Centrum użytkownika
|
Menu location |
---|
EM → FHEquiv |
Workbenches |
EM |
Default shortcut |
E E |
Introduced in version |
0.17 |
See also |
EM FHNode, EM FHSegment, EM FHPath, EM FHPlane, EM FHPort |
Description
The FHEquiv tool short-circuits two FHNode objects.
FastHenry FHEquiv
Usage
The FHEquiv object is based on the two existing FHNodes that it will short-circuit.
- Select two
FHNode objects
- Press the
EM FHEquiv button, or press E then E keys.
Remarks
- If you need to short-circuit multiple nodes, just create multiple FHEquiv nodes. You don't need a full mesh of FHEquiv nodes, as of course if node1 is shorted with node2, and node2 is shorted with node3, also node1 will result shorted with node3.
Properties
Scripting
See also: FreeCAD Scripting Basics.
The FHEquiv object can be used in macros and from the Python console by using the following function:
equiv = makeFHEquiv(node1=None,node2=None,name='FHEquiv')
- Creates a
FHEquiv
object. node1
is the first node FHNode object to short-circuit.node2
is the second node FHNode object to short-circuit.name
is the name of the object
Example:
import FreeCAD, EM
fhnode1 = EM.makeFHNode(X=1.0,Y=0,Z=0)
fhnode2 = EM.makeFHNode(X=0,Y=1.0,Z=0)
fhequiv = EM.makeFHEquiv(fhnode1, fhnode2)
- Narzędzia FastHenry: Węzeł FastHenry, Segment FastHenry, Ścieżka FastHenry, Płaszczyzna FastHenry, Otwór w płaszczyźnie FastHenry, Wstaw / usuń węzły / otwory płaszczyzny FastHenry, Zrównaj FastHenry, Port FastHenry, Solver FastHenry, Plik wejściowy FastHenry
- Narzędzia FasterCap: patrz kod źródłowy GitHub

- Jak zacząć
- Instalacja: Pobieranie programu, Windows, Linux, Mac, Dodatkowych komponentów, Docker, AppImage, Ubuntu Snap
- Podstawy: Informacje na temat FreeCAD, Interfejs użytkownika, Profil nawigacji myszką, Metody wyboru, Nazwa obiektu, Edytor ustawień, Środowiska pracy, Struktura dokumentu, Właściwości, Pomóż w rozwoju FreeCAD, Dotacje
- Pomoc: Poradniki, Wideo poradniki
- Środowiska pracy: Strona Startowa, Architektura, Rysunek Roboczy, MES, Obraz, Inspekcja, Siatka, OpenSCAD, Część, Projekt Części, Path, Punkty, Raytracing, Inżynieria Wsteczna, Szkicownik, Arkusz Kalkulacyjny, Start, Powierzchnia 3D, Rysunek Techniczny, Test Framework, Web
- Przestarzałe środowiska pracy: Complete, Kreślenie, Robot