tomate44
efc6fd87a4
Part: fix shape projection of complex BSpline curves
2024-04-19 20:47:51 +02:00
Chris Hennes
b985f6339e
Base/Toponaming: Correct string hasher output
2024-04-18 13:25:57 -05:00
bgbsww
0d8631973e
Toponaming/Part: Fix hashing, hasher mismatches, and adjust test results to match
2024-04-15 23:00:27 -05:00
bgbsww
459644be31
TopoShape/Part: Bug fixes; pass Hasher parms, OCCT 7.8 compatibility, ElementMaps correct item count
2024-04-14 13:56:07 -04:00
bgbsww
9ebb23f234
Toponaming/Part: Initialize the hasher so that it operates
2024-04-13 22:41:57 -05:00
Zheng, Lei
01498d92d5
Bring in missing code
2024-04-11 18:20:26 -04:00
bgbsww
942ebd58f0
Toponaming/Part: Add deprecation comments, clean up code
2024-04-09 21:17:08 -04:00
Zheng, Lei
231a638fc7
TopoShape/Part: Bring in PartDesign dependencies
2024-04-09 21:17:08 -04:00
wmayer
384902c26c
Gui: Fix broken toolbars layout due to MaterialWorkbench
...
The explicit activation of the MaterialWorkbench breaks the toolbars layout for every start. When fixing it manually it will be broken
again after the next start.
Because the core doesn't depend on the Material module it's a no-go to add an explicit runtime dependency to the corresponding workbench.
Since the Part module depends on the Materials module and the PartGui on MatGui the correct way is to let Part an PartGui load their
dependencies.
2024-04-05 10:08:06 +02:00
David Carter
ba20441935
Material: Material appearance
...
Uses new material system for appearance
Each feature object now has a property called ShapeMaterial that
describes its physical properties. If it has a shape, it has a
material.
The ShapeColor attribute is replaced by a ShapeAppearance attribute.
This is a material list that describes all appearance properties, not
just diffuse color. As a list in can be used for all elements of a
shape, such as edges and faces.
A new widget is provided to allow the user to select materials in a
consistent fashion. It can also launch the material editor with its
more advanced capabilities.
2024-04-04 07:39:58 -05:00
wmayer
7a7c0081c3
Part: Add overloaded methods of GeomBSplineCurve::approximate
2024-04-03 18:06:00 +02:00
wmayer
c96fd71e4f
Fix several compiler warnings
...
* fix -Winconsistent-missing-override
* fix -Wunused-but-set-variable
* fix -Wunused-parameter
* fix -Wunused-lambda-capture
* fix -Wunused-private-field
* fix -Wpessimizing-move
2024-04-03 10:04:56 +02:00
CalligaroV
a995efbe76
Part/Toponaming: WireJoiner - use std::hash with OCC_VERSION_HEX >= 0x070800
...
* Added precompiler directive to use std::hash instead of HashCode(INT_MAX) if OCC_VERSION_HEX >= 0x070800
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-04-02 17:23:56 -05:00
bgbsww
b710444271
Rewrite PropertyTopoShape::getShape to fix dangling reference
2024-04-01 16:54:59 -05:00
Chris Hennes
efe7dc287f
Merge pull request #13196 from bgbsww/bgbsww-toponamingCompSolidPyImp
...
Toponaming/Part move in PyImps
2024-04-01 11:30:44 -05:00
bgbsww
a2f342fe54
Add Tests
2024-03-31 09:32:06 -04:00
Chris Hennes
8858e1ddc0
Merge pull request #13197 from bgbsww/bgbsww-toponamingAppPartPy
...
Toponaming/Part: move in AppPartPy
2024-03-28 13:57:30 -05:00
Zheng, Lei
f00784f00e
Toponaming/Part: move in remaining ifdef methods and the new TopoShapePy methods
2024-03-28 13:09:14 -04:00
bgbsww
f0581fd768
Toponaming/Part Tests
2024-03-28 13:09:14 -04:00
Zheng, Lei
7b833117fa
Toponaming/Part: move TopoShapePyImp ifdef methods in
2024-03-28 13:09:14 -04:00
bgbsww
540684f8b0
Toponaming/Part: Rework and clean python interface and add tests
2024-03-28 13:09:09 -04:00
bgbsww
58bfabf925
Toponaming/Part: Rework and clean python interface and add tests
2024-03-28 12:47:33 -04:00
Chris Hennes
d8c8af4d8f
Merge pull request #13156 from bgbsww/bgbsww-toponamingTopoShapePyImp2
...
Toponaming/Part: move ToposhapePyImp get methods into place
2024-03-28 09:18:56 -05:00
Chris Hennes
34f53e097b
Merge pull request #12535 from CalligaroV/toponaming-WireJoiner
...
Part/Toponaming: Transfer WireJoiner
2024-03-28 09:17:49 -05:00
Zheng, Lei
644491fcd7
Transfer in makeCompound python interface and other tnp clauses into AppPartPy
2024-03-28 09:01:31 -04:00
Zheng, Lei
f87d064598
Toponaming/Part: move Toposhapepy get methods in
2024-03-28 09:01:31 -04:00
tomate44
2f124008ae
TopoShapePy: enable multithreading in function distToShape
2024-03-28 11:00:27 +01:00
tomate44
a32e67c85e
TopoShapePy: add optional tolerance to function distToShape
2024-03-28 11:00:27 +01:00
bgbsww
a21966087c
Toponaming/Part: remove senseless voids
2024-03-27 08:49:51 -04:00
wmayer
66450bba2f
Part: add export macro for Windows builds
2024-03-26 15:54:13 +01:00
wmayer
070300f3a7
Part: make projection on surface parametric
2024-03-26 15:54:13 +01:00
CalligaroV
6d9c49e454
Part/Toponaming: Transfer WireJoiner
...
* Applied modifications to reduce the number of Lint warnings (round 3)
* Added note about the WireJoiner class in Mod/CAM/App/Area.cpp
2024-03-26 09:57:47 +01:00
CalligaroV
11da8d9c0a
Part/Toponaming: Transfer WireJoiner
...
* Applied modifications to reduce the number of Lint warnings (round 2)
2024-03-26 09:57:47 +01:00
CalligaroV
9da39d8ac9
Part/Toponaming: Transfer WireJoiner
...
* Applied modifications to reduce the number of Lint warnings (round 1)
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
CalligaroV
0834709375
Part/Toponaming: Transfer WireJoiner
...
* Added test for WireJoiner::getResultWires()
* Replaced references in test for WireJoiner::getOpenWires() with more correct references
* Added a comment in WireJoiner::WireJoinerP::getResultWires() to better explain how it works
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-03-26 09:57:47 +01:00
Zheng, Lei
c8120bca9b
Part/Toponaming: Transfer WireJoiner
2024-03-26 09:57:46 +01:00
Zheng, Lei
97567d5e03
Toponaming/Part: move Toposhapepy get methods in
2024-03-25 21:23:41 -04:00
Chris Hennes
e9a45caf35
Merge pull request #13030 from bgbsww/bgbsww-toponamingFeatureExtrusionTwo
...
Toponaming/Part Move in feature extrusion
2024-03-22 10:40:56 -05:00
Anurag Singh
8a30854380
Add Missing API documentation/Update API Documentation for various files. ( #13062 )
...
* Added-API-Documentation-for-RectangularTrimmedSurfacePy.xml
* Added-API-Documentation-for-PlateSurfacePy.xml
* Added-API-Documentation-for-ShapeFix.xml
* Added-Back-Missing-Docs
* Add Missing Documentation to BuildPlateSurface
* Elaborate ComplexGeoData Functions
* Elaborate ComplexGeoData Functions
* Elaborates TypePy
* Add Missing Documentation to AreaPy
2024-03-22 15:49:36 +01:00
wmayer
b0a37a668c
Part: fix regression in AttachEngine3D::_calculateAttachedPlacement
2024-03-22 11:40:58 +01:00
Zheng, Lei
8df43d0327
Toponaming/Part: Move missed attacher code into place
2024-03-21 16:27:23 +01:00
bgbsww
c75acb2d51
Toponaming/Part: cleanup FeatureExtrusion
2024-03-20 20:45:06 -04:00
Chris Hennes
9d533373bc
Merge pull request #12982 from bgbsww/bgbsww-toponamingFeatureMirroring
...
Toponaming/Part feature mirroring and offset
2024-03-20 18:16:36 -05:00
Zheng, Lei
946f8e9b0b
Toponaming/Part: bring in FeatureExtrusion and dependencies
2024-03-19 17:33:09 -04:00
bgbsww
60b8376fed
Toponaming/Part: Clean and add tests for FeatureMirroring and FeatureOffset
2024-03-19 12:44:38 -04:00
bgbsww
7c812105ee
Toposhape/Part: Cleanup FeatureFillet, FeatureChamfer and dependencies
2024-03-19 11:10:18 -04:00
Zheng, Lei
5da174f46e
Toposhape/Part: Transfer in FeatureFillet, FeatureChamfer and dependencies
2024-03-18 22:05:25 -04:00
Zheng, Lei
d2ecccb622
Toponaming/Part: Transfer in FeatureMirroring and FeatureOffset
2024-03-18 19:43:19 -04:00
luzpaz
65cdbe3e89
Fix various typos throughout the codebase ( #13029 )
...
* Fix various typos throughout the codebase
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-18 16:54:30 -05:00
bgbsww
a27e91a272
Toposhape/Part: clean and add tests
2024-03-17 10:24:58 -04:00