occt.git
10 years ago0024516: Copyright information has been corrupted within some headers
bugmaster [Wed, 8 Jan 2014 10:47:11 +0000 (14:47 +0400)]
0024516: Copyright information has been corrupted within some headers

Update incorrectly modified header files

10 years ago0024470: Wrong result done by General Fuse algorithm.
emv [Thu, 9 Jan 2014 08:01:01 +0000 (12:01 +0400)]
0024470: Wrong result done by General Fuse algorithm.

Modifications:
1. The validity of the intersection point between edge and face is checked with sum of the tolerance values of the edge and face.
2. The intersection between toroidal surface and one of the following surfaces: Plane, Cylinder, Sphere, Cone or Torus
   is treated as analytical in the following cases:
   1) Torus and Plane: a. Axes of the surfaces are parallel;
                       b. Axes of the surfaces are perpendicular and location of the torus is lying on the plane;
   2) Torus and Sphere: The location of the sphere is lying on the line made from toruses axis;
   3) Torus and Cone, Cylinder or Torus: The axis of the surfaces are collinear.
   In all cases the intersection line(s) is(are) circle(s).

Added test cases bugs/modalg_5/bug24470

The intersection between torus with minor radius more than (or equal to) the major radius and any other surface is considered as parametric.

10 years ago0024489: Avoid type casts in call to Standard::Free()
abv [Thu, 9 Jan 2014 07:56:20 +0000 (11:56 +0400)]
0024489: Avoid type casts in call to Standard::Free()

Method Standard::Free() is converted to template, so that pointer is nullified using its proper type.
Unnecessary type cases in calls to Standard::Free(), Standard::Reallocate(), and NCollection_BaseAllocator::Free() eliminated throughout OCCT code.

10 years ago0024491: Partition algorithm history bug (faces).
emv [Wed, 25 Dec 2013 12:24:57 +0000 (16:24 +0400)]
0024491: Partition algorithm history bug (faces).
Modifications in history:
1. All splits of the shape are returned as Modified from that shape.
2. For SECTION operation section edges are returned as Generated from the face.

10 years ago0024495: Crash during performeng boolean operation on attached shape for Windows...
emv [Wed, 25 Dec 2013 11:14:54 +0000 (15:14 +0400)]
0024495: Crash during performeng boolean operation on attached shape for Windows VC2010 64 bit
Recursion in the method Path in BOPAlgo_WireSplitter has been replaced with cycle.

10 years ago0024483: Visualization - drop unused class StdSelect_BRepHilighter
kgv [Thu, 19 Dec 2013 04:53:37 +0000 (08:53 +0400)]
0024483: Visualization - drop unused class StdSelect_BRepHilighter

10 years ago0024463: BRepAlgo_Section::Build hangs
pkv [Thu, 26 Dec 2013 11:47:44 +0000 (15:47 +0400)]
0024463: BRepAlgo_Section::Build hangs

Added test case bugs/modalg_5/bug24463

10 years ago0024492: The command bopargcheck produces wrong results for cases.
pkv [Thu, 26 Dec 2013 11:43:44 +0000 (15:43 +0400)]
0024492: The command bopargcheck produces wrong results for cases.

New features:
- class BOPDS_InterfVZ has been added.
Purpose: The class BOPDS_InterfVZ is is to store the information about
the interference of the type vertex/solid.

- class BOPDS_InterfEZ has been added.
Purpose: The class BOPDS_InterfEZ is is to store the information about
the interference of the type edge/solid.

- class BOPDS_InterfFZ has been added.
Purpose: The class BOPDS_InterfFZ is is to store the information about
the interference of the type face/solid.

- class BOPDS_InterfFZ has been added.
Purpose: The class BOPDS_InterfZZ is is to store the information about
the interference of the type solid/solid.

- class BOPDS_DS
-methods
inline BOPDS_VectorOfInterfVZ& BOPDS_DS::InterfVZ()
Purpose: Returns the collection of interferences Vertex/Solid

inline BOPDS_VectorOfInterfEZ& BOPDS_DS::InterfEZ()
Purpose: Returns the collection of interferences Edge/Solid

inline BOPDS_VectorOfInterfFZ& BOPDS_DS::InterfFZ()
Purpose: Returns the collection of interferences Face/Solid

inline BOPDS_VectorOfInterfZZ& BOPDS_DS::InterfZZ()
Purpose: Returns the collection of interferences Solid/Solid

inline Standard_Integer BOPDS_DS::NbInterfTypes()
Purpose: Returns the number of types of the interferences
have been added.

- class BOPDS_Tools
-method
inline Standard_Boolean BOPDS_Tools::IsInterfering
  (const TopAbs_ShapeEnum theT)
has been added.
Purpose: Returns true if the type <theT> can be participant of  an interference

- class BOPDS_ShapeInfo
-method
inline Standard_Boolean BOPDS_ShapeInfo::IsInterfering()const
has been added.
Purpose: Returns true if the object can be participant of  an interference

- class BOPDS_ShapeInfo
-methods
void BOPAlgo_CheckerSI::PerformVZ()
Purpose: Computes Vertex/Solid interferences

void BOPAlgo_CheckerSI::PerformEZ()
Purpose: Computes Edge/Solid interferences

void BOPAlgo_CheckerSI::PerformFZ()
Purpose: Computes Face/Solid interferences

void BOPAlgo_CheckerSI::PerformZZ()
Purpose: Computes Solid/Solid interferences
have been added

Changes:
- class BOPDS_DS
- method:
Standard_Boolean BOPDS_DS::HasInterfShapeSubShapes
  (const Standard_Integer theI1,
   const Standard_Integer theI2,
   const Standard_Boolean theFlag)const
has been modified.
Purpose:
  Returns true if the shape with index theI1 is interfered  with
    - at least one sub-shape of the shape with index theI2  (theFlag=true)
    --all sub-shapes of the shape with index theI2 (theFlag=false)

- class BOPDS_Tools
- method:
inline Standard_Integer BOPDS_Tools::TypeToInteger
 (const TopAbs_ShapeEnum aType1,
 const TopAbs_ShapeEnum aType2)
The method has been extended to treat */Solid interfertences.

- class BOPDS_Iterator
- constructors:
BOPDS_Iterator::BOPDS_Iterator();
BOPDS_Iterator::BOPDS_Iterator
  (const Handle(NCollection_BaseAllocator)& theAllocator);
- method:
void BOPDS_Iterator::Prepare();
The constant number of types of the interferences has been changed by
the call: BOPDS_DS::NbInterfTypes();

- class BOPDS_IteratorSI
- method:
void BOPDS_IteratorSI::UpdateByLevelOfCheck(const Standard_Integer theLevel)
The constant number of types of the interferences has been changed by
the call: BOPDS_DS::NbInterfTypes();

- method:
void BOPDS_IteratorSI::Intersect()
The method has been extended to treat */Solid interfertences.

- class BOPAlgo_CheckerSI
- constructor:
BOPAlgo_CheckerSI::BOPAlgo_CheckerSI()
The constant number of types of the interferences has been changed by
the call: BOPDS_DS::NbInterfTypes();

- method:
void BOPAlgo_CheckerSI::SetLevelOfCheck(const Standard_Integer theLevel)
The constant number of types of the interferences has been changed by
the call: BOPDS_DS::NbInterfTypes();

- methods:
void BOPAlgo_CheckerSI::Perform()
void BOPAlgo_CheckerSI::PostTreat()
The methods have been extended to treat */Solid interfertences.

- class BOPAlgo_ArgumentAnalyzer
- method:
void BOPAlgo_ArgumentAnalyzer::TestSelfInterferences()
The method has been extended to treat */Solid interfertences.

Added test case bugs/modalg_5/bug24492

10 years ago0024482: Documentation - provide descipriprion of CSF_ShadersDirectory variable in...
kgv [Wed, 18 Dec 2013 13:44:24 +0000 (17:44 +0400)]
0024482: Documentation - provide descipriprion of CSF_ShadersDirectory variable in the Overview

10 years ago0024484: sprops gives incorrect matrix of inertia and moments
skv [Thu, 26 Dec 2013 11:29:45 +0000 (15:29 +0400)]
0024484: sprops gives incorrect matrix of inertia and moments

Added test case bugs/modalg_5/bug24484

10 years ago0024494: Value of OCC_VERSION_DEVELOPMENT is not accounted in generated overview...
abv [Tue, 24 Dec 2013 07:14:43 +0000 (11:14 +0400)]
0024494: Value of OCC_VERSION_DEVELOPMENT is not accounted in generated overview documentation

Parser of OCCT version corrected to include development macro in complete version number.

10 years ago0024475: Regression on OCCT6.6.0 relative to OCCT6.5.3: wrong result of ThruSections...
jgv [Tue, 17 Dec 2013 13:01:52 +0000 (17:01 +0400)]
0024475: Regression on OCCT6.6.0 relative to OCCT6.5.3: wrong result of ThruSections algorithm on two customer's wires

10 years ago0024456: Graphic3d_MaterialAspect - use static assert instead of runtime exception
omy [Thu, 19 Dec 2013 10:17:33 +0000 (14:17 +0400)]
0024456: Graphic3d_MaterialAspect - use static assert instead of runtime exception

Graphic3d_MaterialAspect::NumberOfMaterials() : Standard_ASSERT_RAISE instead of run-time check is now used.
Replaced with Standard_STATIC_ASSERT

10 years ago0024157: Parallelization of assembly part of BO
pkv [Tue, 10 Dec 2013 05:08:44 +0000 (09:08 +0400)]
0024157: Parallelization of assembly part of BO

New features
class BOPAlgo_BuilderSolid
-method:
void BOPAlgo_BuilderSolid::SetSolid(const TopoDS_Solid& theSolid) has been added.
Purpose: Sets the source solid <theSolid>

class BOPAlgo_BuilderSolid
-method:
const TopoDS_Solid& BOPAlgo_BuilderSolid::Solid()const
has been added.
Purpose: Returns the source solid

Auxiliary classes
BOPAlgo_BuilderSolidFunctor
BOPAlgo_BuilderSolidCnt
have been added.
Purpose: The classes provide the interface and implementation of the parallel computations.

class BOPTools_AlgoTools
-method:
Standard_Boolean  BOPTools_AlgoTools::IsOpenShell(const TopoDS_Shell& theShell) has been added.
Purpose: Returns true if the shell <theShell> is open

class BOPTools_AlgoTools
-method:
Standard_Boolean  BOPTools_AlgoTools::IsInvertedSolid(const TopoDS_Solid& theSolid) has been added.
Purpose: Returns true if the solid <theSolid> is inverted

class BOPDS_DS
-protected  method:
void BOPDS_DS::BuildBndBoxSolid(const Standard_Integer theIndex, Bnd_Box& theBoxS) has been added.
The method computes bouding box <theBoxS> for the solid with DS-index <theIndex>

Changes
class BOPDS_DS
- method:
void BOPDS_DS::Init()
The block to compute bouding box for the solids has been added.

class BOPAlgo_Builder
- method:
void BOPAlgo_Builder::FillIn3DParts
(BOPCol_DataMapOfShapeListOfShape& theInParts,
BOPCol_DataMapOfShapeShape& theDraftSolids,
const BOPCol_BaseAllocator& theAllocator)
The order of treatment of the unbalanced binary tree of overlapped bounding boxes has been changed

class BOPAlgo_Builder
- method:
 void BOPAlgo_Builder::BuildSplitSolids
(BOPCol_DataMapOfShapeListOfShape& theInParts,
BOPCol_DataMapOfShapeShape& theDraftSolids,
const BOPCol_BaseAllocator&  theAllocator)
The algorithm has been adapted to provide the parallel computations

10 years agoChanging OCCT version to 6.7.1 and define OCC_VERSION_DEVELOPMENT to "dev"
bugmaster [Thu, 19 Dec 2013 09:26:32 +0000 (13:26 +0400)]
Changing OCCT version to 6.7.1 and define OCC_VERSION_DEVELOPMENT to "dev"

10 years ago0024428: Implementation of LGPL license V6_7_0
abv [Fri, 13 Dec 2013 12:50:27 +0000 (16:50 +0400)]
0024428: Implementation of LGPL license

OCCT documentation updated to refer to LGPL as applicable license

10 years ago0024428: Implementation of LGPL license
bugmster [Wed, 4 Dec 2013 17:18:05 +0000 (21:18 +0400)]
0024428: Implementation of LGPL license

Update of OCCT samples source code due to moving to LGPL license

10 years ago0024428: Implementation of LGPL license
bugmster [Wed, 4 Dec 2013 17:05:36 +0000 (21:05 +0400)]
0024428: Implementation of LGPL license

The copying permission statements at the beginning of source files updated to refer to LGPL.
Copyright dates extended till 2014 in advance.

10 years ago0024166: Unable to create file with "Save" menu of voxeldemo Qt sample
vro [Tue, 17 Dec 2013 08:27:29 +0000 (12:27 +0400)]
0024166: Unable to create file with "Save" menu of voxeldemo Qt sample
Turning on the light to display the shapes of the sample.

10 years ago0024469: cmake mfcsample project skippes ParamsFacesPage
ibs [Tue, 17 Dec 2013 06:17:09 +0000 (10:17 +0400)]
0024469: cmake mfcsample project skippes ParamsFacesPage

add ParamsFacesPage.cpp and ParamsFacesPage.h in mfcsample cmake project

Unrelated changes: common samples include paths have lower priority than specific ones
Unrelated changes: debug tbb cmake seeks with _debug postfix

10 years ago0024426: CMake ignores 3rd party options; env.sh does not set "CASROOT" environment...
ibs [Mon, 16 Dec 2013 14:05:20 +0000 (18:05 +0400)]
0024426: CMake ignores 3rd party options; env.sh does not set "CASROOT" environment variable

unrelative changes: #!/bin/bash line was added to env.sh.in
CMake: debug environment was removed for the time being; env.sh and env.bat templates were refactored
possibility of using of redundant command line parameters were removed from env.sh & env.bat scripts
tcl installation corrected;
Removed "echo off" from shell script

10 years ago0024471: Erasing of the shape in HLR sample leads to sample crash.
aba [Mon, 16 Dec 2013 14:10:58 +0000 (18:10 +0400)]
0024471: Erasing of the shape in HLR sample leads to sample crash.

10 years agoPreparation for OCCT 6.7.0 release: 'beta' removed from OCCT version
abv [Fri, 13 Dec 2013 11:23:40 +0000 (15:23 +0400)]
Preparation for OCCT 6.7.0 release: 'beta' removed from OCCT version

10 years ago0024466: Visualization - PrsMgr_Presentation3d::Erase() now leads to incomplete destr...
kgv [Sun, 15 Dec 2013 12:25:16 +0000 (16:25 +0400)]
0024466: Visualization - PrsMgr_Presentation3d::Erase() now leads to incomplete destruction of Graphic3d_Structure

10 years ago0024440: Regressions in products test group sat/doc_1
szv [Thu, 12 Dec 2013 08:32:51 +0000 (12:32 +0400)]
0024440: Regressions in products test group sat/doc_1

Check for closed shell is corrected

10 years ago0024425: Improve usage ergonomics of new dimension presentations
aba [Wed, 11 Dec 2013 15:16:07 +0000 (19:16 +0400)]
0024425: Improve usage ergonomics of new dimension presentations

- Added format for value string.
- Construction and validness.
- Revise modification of properties and update of presentations.
- Units moved to Drawer; code revisions.
- Length and angle initialization was changed. Type of geometry filed was added to AIS_Dimension.
- Method for test case bugs/vis/buc60915 was corrected. Description of the dimension classes was corrected.
- Fixed initialization of angle and length.

10 years ago0024448: Possible copy-paste bug in IGESGeom_SplineCurve.cxx
Pawel [Mon, 9 Dec 2013 16:15:39 +0000 (17:15 +0100)]
0024448: Possible copy-paste bug in IGESGeom_SplineCurve.cxx

Replaced 'allXPolynomials' with 'allYPolynomials' to avoid redundancy.

10 years ago0024451: Logical conjunction always evaluates to false
Pawel [Tue, 10 Dec 2013 09:26:10 +0000 (10:26 +0100)]
0024451: Logical conjunction always evaluates to false

As the variable gets casted on Standard_Byte it is checked to be within the range <0; 255>

10 years ago0024455: Graphic3d_Group - restore Marker() method to simplify porting
kgv [Wed, 11 Dec 2013 05:31:04 +0000 (09:31 +0400)]
0024455: Graphic3d_Group - restore Marker() method to simplify porting

10 years ago0024283: STEP read failes to read unbound advanced_face
gka [Wed, 4 Dec 2013 06:47:40 +0000 (10:47 +0400)]
0024283: STEP read failes to read unbound advanced_face

Fix to avoid exception if sphere is written without bounds.

10 years ago0024452: TKOpenGl - Memory leak in OpenGl_ShaderManager
Pawel [Tue, 10 Dec 2013 10:05:08 +0000 (14:05 +0400)]
0024452: TKOpenGl - Memory leak in OpenGl_ShaderManager

10 years ago0024450: TKOpenGl - Fixed pipeline materials update optimization does not distinguish...
kgv [Tue, 10 Dec 2013 08:44:10 +0000 (12:44 +0400)]
0024450: TKOpenGl - Fixed pipeline materials update optimization does not distinguish front/back faces

10 years ago0024403: BRepBuilderAPI_Sewing should have get/set Context methods
ibs [Wed, 27 Nov 2013 13:11:25 +0000 (17:11 +0400)]
0024403: BRepBuilderAPI_Sewing should have get/set Context methods

Methods to get/set context introduced

10 years ago0024434: The result of Boolean FUSE operation is not correct
emv [Mon, 9 Dec 2013 07:01:49 +0000 (11:01 +0400)]
0024434: The result of Boolean FUSE operation is not correct
Small correction in splitting SEAM edge on face.

10 years ago0024389: Invalid hilight of AIS dimension line in local selection
apl [Sat, 7 Dec 2013 10:07:41 +0000 (14:07 +0400)]
0024389: Invalid hilight of AIS dimension line in local selection

- Fixed invalid presentation of dimension highlight.
- Fixed bug on switching between selection modes. Individual sensitive entities generated for each selection mode.
- Revised selection: AIS_DimensionSelectionMode enumeration added, redundant AIS_DimensionDisplayMode is removed.
- Revised entity owner usage: used standard SelectMgr_EntityOwner for neutral selection, AIS_DimensionOwner for "line", "text" selection modes.
- Made arrows selectable.
- Got rid of predefined arrow angle. The arrow angle is now taken from dimension aspect.
- The 3D text is now centered by bounding box for better alignment.

10 years ago0024422: Wrong result done by FaceClassifier algorithm
nbv [Wed, 4 Dec 2013 11:07:25 +0000 (15:07 +0400)]
0024422: Wrong result done by FaceClassifier algorithm

Control of out of boundaries by finding circle-point extrema.

10 years ago0024459: Exception during clearing object in test case v3d/raytrace/connected in...
dbp [Thu, 12 Dec 2013 15:22:02 +0000 (19:22 +0400)]
0024459: Exception during clearing object in test case v3d/raytrace/connected in DEBUG mode

10 years ago0024391: Erased AIS object can not be displayed in AIS_InteractiveContext after AIS_I...
aba [Thu, 28 Nov 2013 15:50:58 +0000 (19:50 +0400)]
0024391: Erased AIS object can not be displayed in AIS_InteractiveContext after AIS_InteractiveContext::Remove(): added  presentations removing after presentable object is removed from context.

vremove command was corrected. Test case was corrected.

few mistakes corrected

10 years agoAdjusting test cases for current state of OCCT
bugmaster [Fri, 6 Dec 2013 11:41:07 +0000 (15:41 +0400)]
Adjusting test cases for current state of OCCT

1. Modified test cases to improve using of Japanese characters
bugs vis bug22149
bugs vis bug22796_2

2. Modified test case bugs vis bug23813 to avoid regression caused by using vdump command with non-default parameters on remote PCs
bugs vis bug23813

3. Behavior change of test case de iges_2 B1 in DEBUG mode on Linux and Windows platforms (OCC24442)
de iges_2 B1

10 years ago0024279: bug in Standard_Boolean STEPCAFControl_Reader::Transfer
gka [Wed, 4 Dec 2013 06:37:41 +0000 (10:37 +0400)]
0024279: bug in Standard_Boolean STEPCAFControl_Reader::Transfer

10 years ago0024420: Add methods to switch the type of sensitivity in AIS_Circle and AIS_Plane
dbv [Thu, 5 Dec 2013 11:43:48 +0000 (15:43 +0400)]
0024420: Add methods to switch the type of sensitivity in AIS_Circle and AIS_Plane

Added methods to AIS_Circle and AIS_Plane for switching type of sensitivity
By default AIS_Circle and AIS_Plane have boundary sensitivity

10 years ago0024372: HLR Sample: erased objects are shown in HLR
aba [Thu, 5 Dec 2013 11:39:48 +0000 (15:39 +0400)]
0024372: HLR Sample: erased objects are shown in HLR

Compilation errors were corrected.
Removed .aps files
Sample paths fields were updated to read help file from sample folder.

10 years ago0024359: Crash on BRepAlgoAPI_Fuse
ifv [Thu, 5 Dec 2013 11:36:22 +0000 (15:36 +0400)]
0024359: Crash on BRepAlgoAPI_Fuse

Test case for issue CR24359

10 years ago0023921: IGES reader cannot map subshapes colors inside nested assemblies
gka [Thu, 5 Dec 2013 11:26:01 +0000 (15:26 +0400)]
0023921: IGES reader cannot map subshapes colors inside nested assemblies

Modification to avoid creation of redundant labels in XCAF for any shapes  belonging compound even if colors are not defined for them.
Fix to avoid compiler warning.
Fix for regression for test case de iges_2 A6
Test case for issue CR23921

10 years ago0024313: BRepAlgoAPI_Section and IntTools_FaceFace aren't written to handle Geom_Surf...
ifv [Thu, 5 Dec 2013 11:16:11 +0000 (15:16 +0400)]
0024313: BRepAlgoAPI_Section and IntTools_FaceFace aren't written to handle Geom_SurfaceOfLinearExtrusion

Test case for issue CR24313

10 years ago0023931: Incorrect image export code in MFC sample: Added OCC_BaseDoc::ExportView...
aba [Thu, 5 Dec 2013 11:03:53 +0000 (15:03 +0400)]
0023931: Incorrect image export code in MFC sample: Added OCC_BaseDoc::ExportView() method to unify image export procedure in all MFC samples.

Compilation errors were corrected.

10 years ago0024304: Eliminate GCC compiler warning about exceeding maximum value for type in...
ski [Thu, 28 Nov 2013 14:10:25 +0000 (18:10 +0400)]
0024304: Eliminate GCC compiler warning about exceeding maximum value for type in case label

Methods OSD::Handler(), OSD::SegvHandler(), OSD::WntHandler() were made static
Type cast were removed when pointer on signal handler function is used
Enumeration OSD_Signal removed

10 years agoDeleting MSVC compiler warning in BRepBuilderAPI_Sewing.cxx(920) caused integration...
mkv [Fri, 29 Nov 2013 07:56:12 +0000 (11:56 +0400)]
Deleting MSVC compiler warning in BRepBuilderAPI_Sewing.cxx(920) caused integration of fix for 24390

10 years ago0023813: TKOpenGl, OpenGl_Texture ignores stride image property
kgv [Thu, 28 Nov 2013 09:55:52 +0000 (13:55 +0400)]
0023813: TKOpenGl, OpenGl_Texture ignores stride image property
Added test case tests/bugs/vis/bug23813

10 years ago0024336: Content of OCCT documentation should be updated. Iter 2
ysn [Thu, 28 Nov 2013 08:17:08 +0000 (12:17 +0400)]
0024336: Content of OCCT documentation should be updated. Iter 2

Minor corrections in documentation (dev guides)

Finalized brep_wp guide (by DLN); entirely removed non-PNG images to provide smooth PDF generation;  Restored cross-guide links in Technical overview; small improvements and editing in GIT guide.

Resized some images to better fit on PDF pages.

10 years ago0024008: ShapeAnalysis_Surface causes exception in Geom_OffsetSurface
gka [Thu, 28 Nov 2013 08:13:15 +0000 (12:13 +0400)]
0024008: ShapeAnalysis_Surface causes exception in Geom_OffsetSurface

Refactoring on current master fix for bug 0024008: ShapeAnalysis_Surface causes exception in Geom_OffsetSurface.
And modified test scripts in order to avoid report regressions
Test cases for issue CR24008

10 years ago0024399: ICC warnings 3280 "declaration hides..."
ski [Tue, 26 Nov 2013 14:17:10 +0000 (18:17 +0400)]
0024399: ICC warnings 3280 "declaration hides..."

Renamed local variables to avoid ICC compiler warnings about repeated names

10 years ago0024396: "vselmode" - disable auto loading of objects into Local Context
apl [Thu, 28 Nov 2013 07:32:53 +0000 (11:32 +0400)]
0024396: "vselmode" - disable auto loading of objects into Local Context

Corrected DRAWEXE "vselmode" command.
Added test case.

corrected test cases

- 24293 failed due to initialization view without "name".
- 24374 adjusted, the test case was initially incorrect.

Modified test cases bugs/vis/bug24293 and bugs/vis/bug24374

10 years ago0024398: Output of extrema draw-command has various format on optimise and debug...
aml [Thu, 28 Nov 2013 07:25:41 +0000 (11:25 +0400)]
0024398: Output of extrema draw-command has various format on optimise and debug modes

Fixed creation of extrema curve in debug mode.
Deleted space between ";" and "V" in debug output to make "llength" DRAW funcion work correctly in debug mode.
Deleted TODOs in tests/bugs/modalg_5/bug24327
Deleted TODOs in test cases with improvement in extrema output. Increased cpulimit in de, boolean and perf.

10 years ago0024383: Access violation during STEP file import
gka [Thu, 28 Nov 2013 07:19:34 +0000 (11:19 +0400)]
0024383: Access violation during STEP file import

Protection for null magnitude of vector written in file was added.

Test cases for issue CR24383

10 years ago0024180: Eliminate CLang / GCC compiler warning -Wswitch
ski [Thu, 28 Nov 2013 07:13:41 +0000 (11:13 +0400)]
0024180: Eliminate CLang / GCC compiler warning -Wswitch

Eliminated warnings -Wswitch shown by gcc
Eliminated two new warnings about wrong initialization order
Eliminated warnings about unused functions.
A few more ICC warnings (type conversions) fixed

10 years ago0024400: Wrong result obtained by Section
pdn [Thu, 28 Nov 2013 07:10:10 +0000 (11:10 +0400)]
0024400: Wrong result obtained by Section

Changes:
class IntTools_FaceFace
- static function:
void CorrectSurfaceBoundaries(const TopoDS_Face&  theFace,
       const Standard_Real theTolerance,
       Standard_Real&      theumin,
       Standard_Real&      theumax,
       Standard_Real&      thevmin,
       Standard_Real&      thevmax)

Remove unnecessary broadening of UV-bounds for the faces based on the sperical surfaces.

Test case for issue CR24400

10 years ago0024385: Shape fix shape does not correct closed flag for shell
pdn [Thu, 28 Nov 2013 06:45:18 +0000 (10:45 +0400)]
0024385: Shape fix shape does not correct closed flag for shell

Modified test cases de/step_4/C9 and de/step_4/D1 regarding to new reference data

10 years ago0024380: OSD_MAllocHook - Improvement of malloc hook to follow maximal peack size
pdn [Fri, 22 Nov 2013 09:07:17 +0000 (13:07 +0400)]
0024380: OSD_MAllocHook - Improvement of malloc hook to follow maximal peack size

10 years ago0024392: TKService, Image_PixMap - use bottom-up image data storage by default
kgv [Fri, 22 Nov 2013 02:54:16 +0000 (06:54 +0400)]
0024392: TKService, Image_PixMap - use bottom-up image data storage by default

10 years ago0023708: The correct shape is interpreted as invalid
pdn [Thu, 28 Nov 2013 06:35:31 +0000 (10:35 +0400)]
0023708: The correct shape is interpreted as invalid

Added test case bugs/modalg_5/bug23708
Improvements in test case de/step_3/B8 (problem in second TODO is not reproduced)
Modified test case de/iges_2/H1 regarding to new reference data

10 years ago0024390: Sewing produces the result with huge tolerance
gka [Thu, 28 Nov 2013 06:30:32 +0000 (10:30 +0400)]
0024390: Sewing produces the result with huge tolerance

Test cases for issue CR24390

10 years agoCorrection test cases for adequate behavior for platforms with OpenCL
bugmaster [Fri, 22 Nov 2013 10:49:51 +0000 (14:49 +0400)]
Correction test cases for adequate behavior for platforms with OpenCL

10 years agoAdjusting testing cases
apn [Fri, 22 Nov 2013 10:08:40 +0000 (14:08 +0400)]
Adjusting testing cases

boolean bsection M9 N5
Adjusting test cases in DEBUG mode to current state of master (increase cpulimit and modified TODOs)

bugs modalg_5 bug24327
Added TODO in test case to avoid regression in DEBUG mode caused by integration of 24327

perf bop builface
Increase cpulimit of test case (problem in DEBUG mode)

10 years agoCorrection of test cases due to fix for issue 24130
apn [Fri, 22 Nov 2013 08:49:09 +0000 (12:49 +0400)]
Correction of test cases due to fix for issue 24130

10 years agoCorrection of testing case for issue 24374
bugmaster [Thu, 21 Nov 2013 13:37:12 +0000 (17:37 +0400)]
Correction of testing case for issue 24374

10 years ago0024374: Flipping affects highlight presentation of dimension. Model-view matrix...
aba [Thu, 21 Nov 2013 13:34:24 +0000 (17:34 +0400)]
0024374: Flipping affects highlight presentation of dimension. Model-view matrix restoring in immediate mode was added in OpenGl_Flipper::Render() method. Test case was added.

10 years ago0024351: Test cases for AIS dimension presentations to check arrow orientation, text...
apl [Thu, 21 Nov 2013 13:30:06 +0000 (17:30 +0400)]
0024351: Test cases for AIS dimension presentations to check arrow orientation, text position

- Added test cases to check label and arrows positioning of AIS length, angle, radius, diameter dimensions;
- Added new arguments to "vdim" command to modify "flyout", "arrow orientation", "label position" properties;
- Corrected bug: duplication of text label of linear dimensions for the horizontal-centered text.
- Rename and revise argument interface of "vdimension" (vdim) command.
- Correct test cases for new command name and arguments style.

corrected test cases - check with testdiff instead of "checkcolor"

10 years ago0024326: Get rid of confusing extension line
apl [Thu, 21 Nov 2013 13:27:33 +0000 (17:27 +0400)]
0024326: Get rid of confusing extension line

1) Removed confusing part of labeled extension for 3d text.
2) Removed unused "TextOffset" property of AIS_Dimension class, revised function of "ExtensionSize" property.
3) Added options to specify automatic or user-defined arrow orientation and value label positioning to dimension aspect enumerations.
4) Use proper naming: Prs3d_DimensionTextVerticalPosition, Prs3d_DimensionTextHorizontalPosition instead of Prs3d_HorizontalTextAlignment, Prs3d_VerticalTextAlignment.
Correction of label length computing method.

10 years ago0024288: Provide flipping text for AIS_Dimensions
aba [Thu, 21 Nov 2013 13:24:09 +0000 (17:24 +0400)]
0024288: Provide flipping text for AIS_Dimensions

  - OpenGl_Flipper class added to provide text flipping.
  - Added Graphic3d_Mat4, OpenGl_Mat4 definitions for use with TKOpenGl matrix types.
  - Added flipping parameters for dimensions with 3D text labels at AIS_Dimension class.
  - Test cases.

10 years ago0024293: Dimension extensions don't belong to the dimension sensitive entity: compute...
aba [Thu, 14 Nov 2013 12:32:40 +0000 (16:32 +0400)]
0024293: Dimension extensions don't belong to the dimension sensitive entity: computeFlyoutSelection() method was added in AIS_Dimension and  AIS_AngleDimension classes.

10 years ago0024386: Provide high-level API to specify font by user-defined path for AIS (Prs3d...
kgv [Wed, 20 Nov 2013 09:40:36 +0000 (13:40 +0400)]
0024386: Provide high-level API to specify font by user-defined path for AIS (Prs3d) aspects

Add new command vfont to access font manager.

10 years ago0024384: Wrong result obtained by Fuse
pkv [Wed, 20 Nov 2013 09:41:36 +0000 (13:41 +0400)]
0024384: Wrong result obtained by Fuse

Changes:
1. class BOPTools
   - method:
void BOPTools_AlgoTools::MakeVertex(BOPCol_ListOfShape& aLV,
                                                              TopoDS_Vertex& aVnew)
The function fsqrt that calculates the square root of a real number
has been replaced by the standard sqrt.

2. class BOPAlgo_WireSplitter
- static function:
Standard_Real Angle2D (const TopoDS_Vertex& aV,
                         const TopoDS_Edge& anEdge,
                         const TopoDS_Face& myFace,
                         const GeomAdaptor_Surface& aGAS,
                         const Standard_Boolean aFlag)
The value parametric deltas for computations of 2D-angles
have been changed for Bezier, B-Spline 2D-curves.

10 years ago0024360: Hang up trying to intersect two faces
jgv [Thu, 21 Nov 2013 11:11:49 +0000 (15:11 +0400)]
0024360: Hang up trying to intersect two faces

Added test case bugs/modalg_5/bug24360

10 years ago0024339: Vectors not displayed correctly in MFC samples [6.7.0 Beta]: ISession_Direct...
aba [Thu, 21 Nov 2013 11:03:55 +0000 (15:03 +0400)]
0024339: Vectors not displayed correctly in MFC samples [6.7.0 Beta]: ISession_Direction classes were rewritten without using of DsgPrs_LengthPresentation class.

Corrections to support old results in geometry samples: added ISession_Direction::SetLineAspect(); ISession_Direction class in Modeling sample was corrected.

10 years ago0024263: TNaming_CopyShape::CopyTool failure
skv [Thu, 21 Nov 2013 10:58:03 +0000 (14:58 +0400)]
0024263: TNaming_CopyShape::CopyTool failure

Test case for issue CR24263

10 years ago0024321: Use List collection instead of NCollection_Set for collection of Handle...
apl [Mon, 18 Nov 2013 17:48:50 +0000 (21:48 +0400)]
0024321: Use List collection instead of NCollection_Set for collection of Handle(Graphic3d_ClipPlane)

- The NCollection_Sequence (Graphic3d_SequenceOfHClipPlane) is used for handling ordered lists of clipping planes instead of NCollection_Set (Graphic3d_SetOfHClipPlane).

10 years ago0024377: [Regression-like] OCC 6.7.0 beta contaminates log with more unnecessary...
nbv [Tue, 19 Nov 2013 08:06:09 +0000 (12:06 +0400)]
0024377: [Regression-like] OCC 6.7.0 beta contaminates log with more unnecessary debug symbols

These "DEBUG outputs" are replace with analogically comments.

10 years ago0024375: Exception in IntAna on touching circles
pdn [Thu, 21 Nov 2013 10:13:29 +0000 (14:13 +0400)]
0024375: Exception in IntAna on touching circles
Test case for issue CR24375

10 years ago0024327: Wrong result obtained by Exterma Curve/Curve
aml [Thu, 21 Nov 2013 09:47:46 +0000 (13:47 +0400)]
0024327: Wrong result obtained by Exterma Curve/Curve
Increased number of nodes  in Extrema_CurveCache::Extrema_CurveCache.
Test case for issue CR24327

10 years ago0024355: Compiler Warning level 4 for MFC samples
ibs [Thu, 21 Nov 2013 09:44:27 +0000 (13:44 +0400)]
0024355: Compiler Warning level 4 for MFC samples

Some warnings were removed from MFC samples
All warnings of sample projects with warning level 4 were fixed on VC9
Warnings level increased to -W4 in projects of MFC samples; sample ReadMe files added to documentation
Changes in Viewer2dDoc.cpp and OcafDoc.cpp were restored.
Minor corrections in documentation

10 years ago0024315: Use delayed release of resources in OpenGl aspects for consistency
apl [Mon, 18 Nov 2013 16:38:26 +0000 (20:38 +0400)]
0024315: Use delayed release of resources in OpenGl aspects for consistency

- Do delayed release of face texture resource of OpenGl_AspectFace, point sprite texture of OpenGl_AspectMarker

10 years ago0024328: Revolution of a wire generates two interfered faces.
emv [Thu, 21 Nov 2013 09:33:12 +0000 (13:33 +0400)]
0024328: Revolution of a wire generates two interfered faces.
Correct treatment of cones with collinear axes.

Test case for issue CR24328

10 years ago0024353: TKOpenGl - crash in IsRaytracedStructure when clearing mutli-connected prese...
kgv [Thu, 21 Nov 2013 09:29:08 +0000 (13:29 +0400)]
0024353: TKOpenGl - crash in IsRaytracedStructure when clearing mutli-connected presentation

Correction of test cases for issue CR24353

10 years ago0024336: Content of OCCT documentation should be updated. Iter 2
ysn [Thu, 21 Nov 2013 09:04:37 +0000 (13:04 +0400)]
0024336: Content of OCCT documentation should be updated. Iter 2
CDL guide finalized.
Brep WP added
Added white-papers and 2 dev guides in the generated documentation structure.
White-papers + 2 developer guides + Draw UG finalized.
Visualization guide finalized.
Fixes for bugs 24205, 23737 and 24021

10 years ago0024346: Documentation - provide Coding Rules document
kgv [Tue, 19 Nov 2013 10:13:50 +0000 (14:13 +0400)]
0024346: Documentation - provide Coding Rules document

Keep doxygen comments within code blocks (disable STRIP_CODE_COMMENTS).

10 years agoUpdate type of files
bugmaster [Thu, 14 Nov 2013 17:19:34 +0000 (21:19 +0400)]
Update type of files

10 years ago0024336: Content of OCCT documentation should be updated. Iter 2
ysn [Thu, 14 Nov 2013 07:47:14 +0000 (11:47 +0400)]
0024336: Content of OCCT documentation should be updated. Iter 2
Finalized STEP and IGES

10 years ago0024290: BOP Section produces incorrect result.
emv [Thu, 14 Nov 2013 11:03:06 +0000 (15:03 +0400)]
0024290: BOP Section produces incorrect result.

Smaller coefficients are used for shrunk range definition for the edge with big tolerance value of its vertices.
Test cases for issue CR24290

10 years agoMinor corrections:
ibs [Thu, 14 Nov 2013 12:31:30 +0000 (16:31 +0400)]
Minor corrections:

- CMakeLists.txt: installation of TclTk fixed so that tests can be run
- StdPrs: compiler warning introduced by fix on #23474 corrected
- Documentation: description of insertion of images into markdown document corrected

10 years ago0023874: Converting OCCT MFC samples to CMake build system.
ibs [Mon, 11 Nov 2013 13:00:07 +0000 (17:00 +0400)]
0023874: Converting OCCT MFC samples to CMake build system.

CMake meta-projects for samples were added
launch script for samples was added
unrelated changes: CSF_GraphicShr variable were removed
occt building with cmake article was updated

10 years ago0024331: CMake scripts improvements
ibs [Fri, 8 Nov 2013 06:56:55 +0000 (10:56 +0400)]
0024331: CMake scripts improvements

prefix '3RDPARTY' from variables that trigger use of 3rd-party products removed
help strings associated with CMake variables revised
identification of Tcl8.6 libraries enables
invariable cmake files moved from wok to adm/templates folder
RELWITHDEBINFO build configuration added
BUILD_TYPE variable was renamed in BUILD_CONFIGURATION
copy just TObj/TObj.msg instead of TObj folder

Option /fp:precise for Visual Studio projects set

Update of documentation for building with CMake; three warnings appeared in VS projects built by CMake corrected

10 years ago0024345: TKOpenGl - GLSL compatibility issues on NV40 (GeForce 6xxx/7xxx)
kgv [Wed, 13 Nov 2013 18:01:45 +0000 (22:01 +0400)]
0024345: TKOpenGl - GLSL compatibility issues on NV40 (GeForce 6xxx/7xxx)

Iterate through maximum light sources in Fragment shader instead of active lights

10 years ago0024350: TKOpenGl - non-physical materials are ignored by GLSL program manager
kgv [Wed, 13 Nov 2013 17:44:24 +0000 (21:44 +0400)]
0024350: TKOpenGl - non-physical materials are ignored by GLSL program manager

GLSL and Ray Tracing - take into account non-physical materials.
Move Ray Tracing test cases to v3d/raytrace grid.

10 years ago0024348: TKOpenGl - the same GLSL program can not be re-assigned
kgv [Wed, 13 Nov 2013 17:04:52 +0000 (21:04 +0400)]
0024348: TKOpenGl - the same GLSL program can not be re-assigned

Reset shader id in OpenGl aspects.
Setup/retrieve shader program within getters/setters of Graphic3d_Group/Graphic3d_Structure (add missing ones).

10 years ago0024344: TKOpenGl - only front side is lighted within Phong GLSL program
apl [Wed, 13 Nov 2013 17:09:55 +0000 (21:09 +0400)]
0024344: TKOpenGl - only front side is lighted within Phong GLSL program

10 years ago0024322: TKOpenGl - light sources management inconsistency
duv [Wed, 13 Nov 2013 17:07:32 +0000 (21:07 +0400)]
0024322: TKOpenGl - light sources management inconsistency

Fixed pipeline - accumulate all ambient light sources.

Fix clearing of all light sources.

10 years ago0024341: Document building OpenCL ICD Loader package
abv [Thu, 14 Nov 2013 08:47:01 +0000 (12:47 +0400)]
0024341: Document building OpenCL ICD Loader package

- Building OpenCL ICD Loader documented; Acknowledgments section of Overview updated to mention also OpenGL and OpenCL
- Reference to OpenCL updated in Overview: use general statement instead of direct link to AMD SDK.
- GeForce 610, 6600, and Radeon HD 7870 added to list of tested graphic cards
- Minor syntax corrections in DRAW UG to avoid interferences
- Update 3rdparty products up to current state
- Redesign of pages
- Building OpenCL ICD Loader was documented for Linux platform
- Lists reformatted, documentation manual updated to better describe use of lists.
- Updating picture of structure of installed OCCT
- Updating description of Automake procedure
- Updating description of  CMake building procedure

10 years ago0024305: New option in BRepOffsetAPI_MakePipeShell algorithm: the swept shell with...
jgv [Thu, 14 Nov 2013 08:37:05 +0000 (12:37 +0400)]
0024305: New option in BRepOffsetAPI_MakePipeShell algorithm: the swept shell with varying width of section bounded by auxiliary spine

Test case for issue CR24305

10 years ago0024352: Add Shaders directory to OCCT resources
dbp [Wed, 13 Nov 2013 08:36:42 +0000 (12:36 +0400)]
0024352: Add Shaders directory to OCCT resources