vglukhik
cec1ecd0c9
update version to 7.7.2
V7_7_2
2023-07-21 16:36:51 +01:00
dkulikov
28b489581a
0033419: Tests - Updating test case data
...
Filenames in bug33414 are updated.
2023-07-21 16:33:50 +01:00
btokarev
f81b1b56f5
33343: Documentation, Overview - Incorrect doxygen syntax
...
Removed inclusions of empathized *text* from the titles
Text empathizers re-implemented
Reverted to no empathize style
2023-07-21 16:33:50 +01:00
dkulikov
99559ae7d7
0033414: Modeling Algorithms - Access violation during executing BRepAlgoAPI_Section::Build()
...
Crush occurred due to the fields
IntTools_SurfaceRangeLocalizeData::myUParams,
IntTools_SurfaceRangeLocalizeData::myVParams
and IntTools_SurfaceRangeLocalizeData::myGridPoints not being checked
for NULL in some cases.
Missing checks are added.
2023-07-21 16:33:50 +01:00
mzernova
8f626dc5f2
0031956: Visualization - provide Image_AlienPixMap::Save() writing into a memory buffer instead of a file
...
Added two new Image_AlienPixMap::Save() overloads, taking std::ostream or memory buffer arguments.
2023-07-21 16:33:49 +01:00
dpasukhi
8a74ae3a6c
0033391: Coding - Clearing old definition way for strcasecmp
...
Removed artifacts for strcasecmp definitions
2023-07-21 16:33:49 +01:00
dpasukhi
1691f09a2b
0033372: Visualization - Compilation of git master fails against vtk 9.2.6
...
Fixed compilation on vtk 9.2.6.
Resolved name collisions with X11 headers
2023-07-21 16:33:49 +01:00
akaftasev
14a202ac2b
0033390: Coding - Debug version of OCCT does not compile
...
Deleted code for OCCT_DEBUG was returned and added under macros OCCT_DEBUG
2023-07-21 16:33:48 +01:00
dpasukhi
1d0a88f015
0033379: Coding - Processing Clang-15 warnings
...
Fixed warning generated by Clang++-15
2023-07-21 16:33:48 +01:00
dpasukhi
52cbf180cd
0033375: Coding - Static Analyzing processing. Performance
...
Performance update applied:
- moving to const reference as much as possible
Result of CLANG_TIDY (static analyzing filter: perform*)
2023-07-21 16:33:47 +01:00
akaftasev
77181844b8
0033361: Modeling Algorithm - Fuse operation generates incomplete result
...
Added additional check of Face-Face intersection to avoid missing section edges because of sequence of Face-Face interference processing
2023-07-21 16:33:46 +01:00
dpasukhi
7b90113083
0033378: Configuration - Moving ExpToCas into separate module
...
Moved ExpToCasExe and its DLL to new module - DETools
Created new module - DETools to keep tools to DE
Changed definition of main of ExpToCasExe to not const parameter
FlexLexer.h moved to general location into TKernel
2023-07-21 16:33:46 +01:00
ichesnok
c4f56862ab
0030066: Data Exchange - Fail to load VRML from ArcGIS
...
Fixed VrmlData_Scene::readHeader method
2023-07-21 16:33:46 +01:00
ichesnok
3cf0f6c033
0033318: Data Exchange - Modifying the BRep flag after exporting the shape
...
Fixed condition for setting 'checked' flag
2023-07-21 16:33:45 +01:00
anv
c60e501bd2
0033369: Modeling Algorithms - BRepBuilderAPI_Transform makes invalid shape after transformation
...
Added check to avoid setting parametric boundaries to infinity.
2023-07-21 16:33:45 +01:00
dpasukhi
e9cac5ffcb
0033382: Configuration - Installation issue for debug mode for static build
...
Updated install command to handle BUILD_SHARED_LIBS configuration
2023-07-21 16:33:45 +01:00
dpasukhi
636743f90c
0033350: Data Exchange, Step Import - Improving parsing performance
...
Improved performance of parser by disable checking for eof (20% parsing time)
Changed step parser's record to keep last one to fast insert into end.
2023-07-21 16:33:44 +01:00
dpasukhi
e84e862fc1
0033377: Data Exchange - STEPCAFControl_Reader crash in OCC 7.7.0
...
Added checking for null object for STEPCAFControl_Reader::SettleShapeData
2023-07-21 16:33:44 +01:00
msmediasofts
d69c55b2e6
0033366: Documentation - Add description of BRepAlgoAPI_Algo::Shape()
...
Added description of BRepAlgoAPI_Algo::Shape()
2023-07-21 16:33:43 +01:00
mzernova
e3a803bbaf
0031777: Visualization - improve SelectMgr_EntityOwner to process selection scheme
...
The selection scheme has been propagated to Owner object interface, and the
AIS_Selection::Select() method has been replaced to unify the logic.
2023-07-21 16:33:43 +01:00
dorlov
b6388d8b34
0023638: Data Exchange - Reading IGES file produced invalid shape
...
Removed double healing of Iges group entities
Added ShapeBuild_ReShape member to the IGESData_IGESModel class, shapes which are registered in ShapeBuild_ReShape class does not process to healing
2023-07-21 16:33:43 +01:00
vglukhik
ffce0d66bb
Update version to 7.7.1
V7_7_1
2023-03-21 12:36:52 +00:00
dpasukhi
d055c128e7
0033327: Data Exchange, IGES Import - SubfigureDef can't read string
...
Fixed problem with texted types
Added checking for null string for subfigure via XCAF transferring
2023-03-21 12:36:43 +00:00
dpasukhi
c2e3775a0c
0033337: DRAW - Can't load plugins on Linux OS
...
WSL 2 have windows FileSystem and as a result we have \r symbols before \n
For this cases we can just remove \r\n (\n is a last symbol) for the node value.
2023-03-21 12:36:43 +00:00
dpasukhi
b524286577
0033331: Data Exchange, Step Import - Unsupported Representation Items
...
Fixed problem with iteration on Null RI
2023-03-21 12:36:42 +00:00
anv
9c84112977
0033345: Coding - Memory allocation operators got inaccessible
...
Macros was moved back to public.
2023-03-19 21:57:12 +00:00
akaftasev
5e01cc417c
0033340: Modeling Algorithm - Improve memory management performance in the PaveFiller
...
Changed NCollection_BaseAllocator to NCollection_IncAllocator in BOPAlgo_PaveFiller::MakeBlocks()
2023-03-19 21:57:12 +00:00
dpasukhi
979e95f188
0033092: Data Exchange, Documentation - Implementation of DE_Wrapper documentation
...
Implement new user-guide documentation for DE Wrapper
2023-03-19 21:57:11 +00:00
akaftasev
de94621d80
0033264: Modeling Algorithms - Result of section operation is incomplete
...
Test case added.
2023-03-19 21:57:11 +00:00
akaftasev
aa9f1ba2de
0033263: Modeling Algorithms - BRepFilletAPI_MakeFillet doesn't work for current parameters
...
Do not calculate edge state if there are more than 4 G1 connections for currect vertex.
2023-03-17 23:04:15 +00:00
akaftasev
54270c2a8c
0030292: Modeling Algorithms - BRepBndLib should avoid using Poly_Polygon3D when called with useTriangulation set to false
...
BRepBndLib.cxx : treatment of useTriangulation is modified according to specified behavior of algorithm
BRepTest_CurveCommands.cxx : creation edge from polygon3d is added in Draw command mkedge.
2023-03-17 23:04:15 +00:00
akaftasev
3e1bddc4cd
0030055: BRepOffset_MakeOffset throws "TopoDS_Vertex hasn't gp_Pnt" in intersection mode
...
Diagnostic of mixed connectivity of faces along common edge is added.
If algorithm finds such pair of faces, it stops working with special error code.
2023-03-17 23:04:15 +00:00
dpasukhi
0c47974eb5
0033317: Data Exchange, Step Export - Ignoring color attached to the reference shape label
...
Fixed problem with pure referencing.
To export reference label to step we convert it to the assembly with one part.
All attributes attached to the label should be moved to the new part.
For working with it new map contains only pure reference labels, that converted to the part
was implemented to the STEPCAFControl_Writer.
Updated code style of the STEPCAFControl_Writer
Improved ability to export labels from different documents
Removed OCCT_Debug macros to print in Trace gravity
2023-03-17 23:04:14 +00:00
mzernova
f0401b93a0
0027848: Visualization - sensitivity of lines is too high
...
Improved objects sorting by depth.
The sensitivity calculation for the manipulator has been changed.
Now the sensitivity of the elements of the manipulator depends on its size.
Also fixed the problem of erroneous selection of unfilled circles (SelectMgr_Frustum<N>::hasCircleOverlap() function).
Test case vselect/bugs/bug27848 added.
2023-03-17 23:04:14 +00:00
dorlov
cbd3892496
0030828: Data Exchange - The commands getting shapes from XCAF document should be available in C++
...
Added two new overloaded methods XCAFDoc_ShapeTool::GetOneShape: one returns TopoDS_Shape from TDF_LabelSequence and the other from a sequence of all top-level shapes which are free
2023-03-17 23:04:14 +00:00
mzernova
054e18966b
0032570: Visualization, AIS_AnimationObject - define rotation around axis
...
When using AIS_AnimationObject, linear interpolation is performed from one gp_Trsf transformation to another.
But when an object rotates around a specific axis, the object moves not along a linear trajectory,
but along a circle. Therefore, a separate class AIS_AnimationAxisRotation was created that
allows to animate rotation around a specific axis.
Test case tests/v3d/bugs/bug32570 was added.
2023-03-17 23:04:13 +00:00
dpasukhi
4f833b7d13
0033307: Data Exchange, Step Import - Crash after reading empty edge loop
...
Fixed problem with empty edge list in the edge loop, mark as a fail entity in this case
2023-03-17 23:04:13 +00:00
vro
14b64f123d
0033320: Data Exchange - Reading of a VRML file with a long line fails
...
Implement rolling back input stream to split on possible logical parts by comma or space.
2023-03-17 23:04:13 +00:00
dorlov
0ca21a9112
0033312: Data Exchange - NULL-dereference in StepToTopoDS_TranslateShell::Init()
...
The condition "if" was changed to opposite
2023-03-17 23:04:12 +00:00
akaftasev
4607bd0747
0033311: Modeling Algorithm - No results of thrusection algorithm
...
Changed default value of myPercent
2023-03-17 23:04:12 +00:00
oan
9cd8e0b617
0033315: Mesh - BRepMesh_IncrementalMesh takes forever to finish (ends up with system memory, etc)
...
Added test case
2023-03-17 23:04:12 +00:00
rodrlyra
1d57bdc710
0033305: Coding - BOPTools_PairSelector::Clear method uses "Clear" instead of "clear" on std::vector
2023-03-17 23:04:11 +00:00
akaftasev
65824e943c
0033306: Modeling Algorithm - Crash in TrimEdge() method
...
Added condition to not cut the edges by closely located parameters
2023-03-17 23:04:11 +00:00
akaftasev
65531f540c
0033298: Modeling Algorithm - Offset operation gives wrong result
...
Process only those images of the faces, if one if them has anInsideEdges/anInsideVertices and the other is not.
2023-03-17 23:04:11 +00:00
akaftasev
bffd568302
0033227: Modeling Algorithm - BOPAlgo_BuilderSolid generates incomplete result
...
Deleted outer loop for shells.
Added additional check of edges orientation for RefineShell().
2023-03-17 23:04:10 +00:00
msv
cbf6b87074
0033304: Modeling Data - Floating point signal when converting a B-spline curve to analytical form
...
Protect the static function ConicDefinition from calling sqrt with negative argument.
2023-03-17 23:04:10 +00:00
akaftasev
d462aae370
0033247: Modeling Algorithm - BOP report small edges problem and produce empty result
...
Build shifted pcurve for ellipse and circle cases.
2023-03-17 23:04:09 +00:00
akaftasev
384d03c699
0033265: Modeling Algorithms - Boolean operation hangs on the attached shapes
...
Added test case.
2023-03-17 23:04:09 +00:00
ifv
4d60da8c58
0033244: Modeling Algorithms - Surface-surface intersection produces the double curves
...
IntAna_QuadQuadGeo.cxx - estimation of angular tolerance is added for case cone-cone
tests/lowalgos/intss/bug33244 - new test case added
2023-03-17 23:04:09 +00:00
ifv
c22fee9a34
0030781: Sweep algorithm creates non-planar edges (orig. BOPAlgo_MakerVolume fails to build a solid)
...
BRepFill/BRepFill_AdvancedEvolved.cxx - estimation of angular tolerance is added in method GetLids()
tests/evolved/voluved/bug30781 - new test added
2023-03-17 23:04:08 +00:00