Chris Hennes
0f68957817
Merge pull request #12694 from CalligaroV/toponaming-PartFeature-FeatureCreate
...
Part/Toponaming: Transfer Part::Feature::create()
2024-03-04 11:14:41 -06:00
Roy-043
94120db2a9
Sketcher: Sketcher_ConstrainHorizontal before Sketcher_ConstrainVertical in GUI
...
Changes to TaskSketcherElements.cpp are not required, but were done for consistency. The order in the file follows the GUI.
2024-03-04 11:12:38 -06:00
FEA-eng
8056b2dec1
FEM CalculiX isotropic and kinematic hardening ( #12666 )
...
* Update material_mechanicalnonlinear.py
* Update write_femelement_material.py
* Update material_mechanicalnonlinear.py
2024-03-04 11:11:48 -06:00
sliptonic
32d9776f59
Merge pull request #12661 from djmdjm/adaptive-glitch-fix
...
PATH: Fix adaptive glitch by removing coincident points
2024-03-04 10:09:21 -07:00
sliptonic
551626ada3
Merge pull request #12652 from djmdjm/centroid-g43
...
Add G43 tool height compensation to centroid post
2024-03-04 10:08:31 -07:00
FEA-eng
20e57f7196
Elmer FEM 2D electromagnetic examples fix ( #12646 )
...
* Update equation_magnetodynamics_2D_elmer.py
* Update equation_magnetostatics_2D_elmer.py
2024-03-04 11:08:07 -06:00
Chris Hennes
587f26530e
Merge pull request #12607 from AjinkyaDahale/sketcher-join-curves-2
...
Sketcher: Improve Join Curves
2024-03-04 10:57:41 -06:00
HowThatWorks
ae41d4e232
Merge branch 'main' into main
2024-03-04 16:54:14 +01:00
Chris Hennes
4067cdb672
Addon Manager: Refactor primary view and enable composite ( #12693 )
...
* Addon Manager: Refactor primary view and enable composite
This brings back something akin to the original Addon Manager display, with the side-by-side display of the list and details views.
2024-03-04 08:56:55 -06:00
pavltom
b12583e536
[TechDraw] Reimplement Leader Line parent linking
2024-03-04 15:35:06 +01:00
sliptonic
5834042855
Merge pull request #12711 from jffmichi/fix_tagdressup
...
Path: fix error in Tag dressup when adding a point.
2024-03-04 07:22:09 -07:00
sliptonic
72605ab0b6
Merge pull request #12504 from davidgilkaufman/zigzagoffset_ordering
...
[Path] Fix path ordering for Offset and ZigZagOffset Pockets
2024-03-04 07:17:58 -07:00
Roy-043
fafa2c13ef
Merge pull request #12745 from Roy-043/Draft-applyConstructionStyle-was-missing-in-params.py
...
Draft: applyConstructionStyle was missing in params.py
2024-03-04 14:17:51 +01:00
Chris Hennes
2dfc274637
PD: Translate wire not closed exception
...
This is a user-visible exception, shown in a dialog box
2024-03-04 11:40:18 +01:00
Roy-043
6df52808f2
Draft: applyConstructionStyle was missing in params.py
2024-03-04 11:33:10 +01:00
Chris Hennes
94fe97bf0d
Draft: Translate annotation styles editor
2024-03-04 11:30:31 +01:00
David Carter
93fdf0f7c0
Usee display name in editor
2024-03-04 04:44:45 -05:00
David Carter
15868f2121
Add property models for FEM
2024-03-04 00:50:32 -05:00
HowThatWorks
e1e7c9ce7d
Fixed minor mistakes and omissions
2024-03-04 04:14:12 +01:00
HowThatWorks
129fbe271c
Added common non-title block things
2024-03-04 04:14:12 +01:00
HowThatWorks
a217fb5fea
Tidied up the templates
2024-03-04 04:14:12 +01:00
HowThatWorks
35979507d2
Removed non-ISO compliant templates and replaced them with ISO-conformant templates
2024-03-04 04:14:12 +01:00
HowThatWorks
1b47fe70af
Some ISO 7200 title blocks
2024-03-04 04:14:12 +01:00
HowThatWorks
0e25906832
ISO 5457 compliant bases for TechDraw templates.
2024-03-04 04:14:12 +01:00
jffmichi
04a9a5c8df
Path: fix error in Tag dressup when adding a point.
2024-03-03 03:57:17 +01:00
FEA-eng
3f59036439
FEM CalculiX 2D mechanical analyses (plane stress, plane strain and axisymmetric) ( #12562 )
2024-03-02 11:46:18 -06:00
Zheng, Lei
d82fe1564f
Part/Toponaming: Transfer PartFeature Feature::create()
...
* Imported Feature::create() method in Part::Feature class
2024-03-02 09:41:36 +01:00
Zheng, Lei
09a5ceca03
Toposhape/Part: Transfer in PropoertyTopoShape and related
2024-03-01 07:55:12 -05:00
Chris Hennes
d4762cd828
Part: Add BRepOffsetAPI_MakeFilling.hxx to OpenCascadeAll.h
2024-02-29 22:22:02 -06:00
Chris Hennes
b71da7c8fb
Part: Add BRepOffsetAPI_MakeEvolved.hxx to OpenCascadeAll.h
2024-02-29 21:29:07 -06:00
Chris Hennes
c4b54a94a2
Update translations
2024-02-29 17:25:46 -06:00
wandererfan
44e501e5fc
[TD]fix printAll formats
2024-02-29 18:06:04 -05:00
Vincenzo Calligaro
494df1d169
Part/Toponaming: Tests for flushElementMap and resetElementMap ( #12471 )
...
* Part/Toponaming: tests for flushElementMap and resetElementMap
* Added test for resetElementMap()
* Added test for flushElementMap()
* restored ComplexGeoData::resetElementMap to RT fork
* modified TopoShape::resetElementMap to match the restored signature of ComplexGeoData::resetElementMap
* added checks in TopoShape::makeShapeWithElementMap to avoid segfaults
* added check in TopoShape::setElementComboName to avoid segfaults
* restored testFindSubShapesForSourceWithTypeAndIndex
* modified test saveDocFileWithNoElementMap to match the restored signature of ComplexGeoData::resetElementMap
* Part/Toponaming: tests for flushElementMap and resetElementMap
* Removed comments in ComplexGeoData::resetElementMap()
* Changed TopoShape::resetElementMap():: from virtual to override
* Removed comment in TopoShape::resetElementMap()
* Added comments about differences between main and RT fork
* Removed comment in test saveDocFileWithNoElementMap
* Updated expected test result in makeElementCompoundTwoShapesGeneratesMap
* Updated expected test result in resetElementMapTest
* Fixed typo in test flushElementMapTest
* Part/Toponaming: tests for flushElementMap and resetElementMap
* updated expected tests results after previous methods modifications
---------
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-02-29 13:27:27 -06:00
wandererfan
24876bec50
[TD]fix Projection Group front view position
...
- also fix checkbox correspondence with view position
2024-02-29 13:06:22 -05:00
Florian Foinant-Willig
b5abde373d
PD: Use SuppressibleExtension
2024-02-29 18:24:27 +01:00
bgbsww
806be24fca
Testing for makeElementEvolve
2024-02-29 09:26:22 -06:00
Zheng, Lei
6ee141e39e
Toposhape/Part: Transfer in makEEvolve
2024-02-29 09:26:22 -06:00
FEA-eng
eb97e9412f
Update thermomech_bimetall.inp
2024-02-29 13:47:18 +01:00
FEA-eng
75f7065304
Update thermomech_bimetall.inp
2024-02-29 13:32:18 +01:00
FEA-eng
c03441e425
Update square_pipe_end_twisted_nodeforces.inp
2024-02-29 09:52:41 +01:00
FEA-eng
690c8921a6
Update square_pipe_end_twisted_edgeforces.inp
2024-02-29 09:50:52 +01:00
FEA-eng
8b8b6f9144
Update material_nonlinear.inp
2024-02-29 09:50:33 +01:00
FEA-eng
025bd97f13
Update material_multiple_tensionrod_twoboxes.inp
2024-02-29 09:50:11 +01:00
FEA-eng
5db33d6521
Update material_multiple_bendingbeam_fivefaces.inp
2024-02-29 09:49:51 +01:00
FEA-eng
a03a1646e5
Update material_multiple_bendingbeam_fiveboxes.inp
2024-02-29 09:49:32 +01:00
FEA-eng
b4791ea17b
Update constraint_transform_torque.inp
2024-02-29 09:49:08 +01:00
FEA-eng
d94f73acf6
Update constraint_transform_beam_hinged.inp
2024-02-29 09:48:42 +01:00
FEA-eng
e8fd1dc704
Update constraint_tie.inp
2024-02-29 09:48:17 +01:00
FEA-eng
c458c0b8a6
Update constraint_selfweight_cantilever.inp
2024-02-29 09:47:54 +01:00
FEA-eng
45dadb2ecb
Update constraint_sectionprint.inp
2024-02-29 09:47:37 +01:00