- 21 May, 2015 1 commit
-
-
emv authored
class BOPAlgo_PaveFiller 1. method void BOPAlgo_PaveFiller::MakeBlocks() Update of FaceInfo IN information before filling the maps. 2. methods void BOPAlgo_PaveFiller::UpdateFaceInfo (BOPDS_DataMapOfPaveBlockListOfPaveBlock& theDME, const BOPCol_DataMapOfIntegerInteger& theDMV) void BOPAlgo_PaveFiller::ProcessExistingPaveBlocks (const Standard_Integer theInt, const BOPDS_IndexedMapOfPaveBlock& aMPBOnIn, const BOPCol_DataMapOfIntegerListOfInteger& aDMBV, BOPDS_IndexedDataMapOfShapeCoupleOfPaveBlocks& aMSCPB, BOPCol_DataMapOfShapeInteger& aMVI, BOPDS_MapOfPaveBlock& aMPB) Small changes in treatment of existing pave blocks when making new ones from intersection curves. Test case for issue CR26218 Correction of test case for issue CR26218
-
- 15 May, 2015 1 commit
-
-
apn authored
-
- 14 May, 2015 5 commits
-
-
ibs authored
0025750: Coding rules - eliminate GCC warning -Wunused-but-set-variable in OSD_signal.cxx for Android build Move variable aSigInfo to the proper scope.
-
apn authored
Modified test cases for platform Debian70 64bit Changed todo mapping for Debian70-64
-
jgv authored
Test case for issue CR26202
-
msv authored
Description of the method ShapeConstruct_ProjectCurveOnSurface::Perform has been updated to actual state.
-
bugmaster authored
-
- 08 May, 2015 19 commits
-
-
ski authored
Separate msvc.bat files were created for each qt sample to avoid errors.
-
vpa authored
Regression with VIS tests in release mode was fixed
-
apn authored
Added check for equal test directories in variable CSF_TestScriptsPath.
-
bugmaster authored
-
vpa authored
NCollection_Sequence in SelectMgr_SensitiveEntitySet was replaced by indexed data map
-
dbp authored
Fix performance issue with SelectMgr_SelectableObjectSet.
-
apn authored
-
abv authored
0026146: Visualization, Select3D_ISensitivePointSet - eliminate crash when clearing selections [only with TBB] Remove classes Select3D_ISensitivePointSet and Select3D_BoundarySensitivePointSet; use Select3D_SensitivePoly directly for boundary selection. Make last argument in Select3D_SensitiveFace non-default to ensure that value is always explicitly specified by the caller. Inherit SelectMgr_FrustumBuilder from Standard_Transient to use normal Handle instead of NCollection_Handle. Add test case bugs/vis/bug26146.
-
vpa authored
0026147: Visualization - restore the ability to pick only fully included objects in rectangular selection 2 modes of rectangular selection are available: inclusion-only and overlap-allowing; The modes can be switched using method AllowOverlapDetection from StdSelect_ViewerSelector3d; BVH for sensitive entities now builds if there is more than max number of leafs in collection; Added option -allowoverlap to command vselect; Interactive rectangular selection in Draw is now available in 2 modes: - if the user starts selection from upper corners, only fully included objects will be selected; - if the user starts selection from lower corners, both partially and fully overlapped objects will be selected.
-
apl authored
0025760: Visualization - precision factor added to ZNear, ZFar in method ZFitAll() of Graphic3d_Camera is not enough Partial fix: increased epsilon to value reported in #0025670
-
apn authored
Deleted variable "res" which appears during loading draw
-
vpa authored
Max tolerance is now applied to all objects and entities by default; if there is an entity with a lower tolerance, selecting frustum will be recalculated for it. The ability to set sensitivity for each entity individually is moved to protected section of SelectBasics_SensitiveEntity SetPixelTolerance from AIS_InteractiveContext now sets custom tolerance that is applied to all sensitives. Added -unset option to vselprecision command to disable custom tolerances. Test case for issue #26159
-
kgv authored
OpenGl_Texture::Init() - initialize FBO textures with GL_TEXTURE_WRAP_ set to GL_CLAMP_TO_EDGE, since some devices do not support GL_REPEAT (which is default) in such combination. OpenGl_Font::createTexture() - define texture parameters explicitly. OpenGl_FrameBuffer::Init() create Depth render buffer object instead of texture on devices which do not support GL_DEPTH24_STENCIL8.
-
mkv authored
Shape name was corrected
-
ski authored
Command tovrml was eliminated.
-
apl authored
0026172: Visualization, AIS_LocalContext - locally selected object should not stay in the viewer after deactivation in the local context Fix for AIS_LocalContext::ClearOutdatedSelection() Added test case bugs/vis/bug26172
-
nbv authored
1. Function IntImp_Int2S::ChangePoint() has been added (see cdl for detail information). 2. Attempt to forbidden break WLine if it goes along surface boundary. Code optimization. 2nd optimization Test case for issue CR25890
-
mkv authored
-
abv authored
Unused methods RemoveSmallFaces() and SplitFaces() are removed.
-
- 06 May, 2015 14 commits
-
-
kgv authored
-
kgv authored
-
apl authored
CurrentShape(): replace TopTools_MapOfShapes with TopTools_IndexedMapOfShape Added case: tests/bugs/caf/bug26155
-
msv authored
The method signature has been changed by adding an argument TopLoc_Location.
-
ski authored
Unacceptable usage of quantity coefficient was removed.
-
solomin_s authored
OpenGl_Window, GLX - push warning about missing caps in window Visual. Allow initialization of alien GLX context. Correction of misprinting
-
vpa authored
Code duplication was eliminated by removing constructors with handle input arrays
-
nbv authored
1. Develop special sewing algorithm. 2. DRAW-command "fastsewing" has been created (see help for detail information). 3. BRepLib::EnsureNormalConsistency() method has been added (see help for detail information). 4. DRAW-command correctnormals has been created (see help for detail information). Test cases for this issue. Correction of elapsed time in test-cases
-
mkv authored
-
mkv authored
0025844: Command checkshape does not detect error for case when degenerated edge does not contain geometric representation.
-
ibs authored
BUILD_LIBRARY_TYPE variable added
-
ysn authored
Technical overview refactored; text duplicating information contained in user guides removed. Some images are regenerated for better presentation. Problems with formatting and section tags corrected in user guides.
-
mkv authored
-
isk authored
AIS_TextLabel - new public class to display simple text labels (based on MyTextClass private class from Draw Harness). ViewerTest::Display() - add more reliable replacement for VDisplayAISObject() with no viewer update flag. vdrawtext command redesign: - Use new AIS_TextLabel class instead of private MyTextClass. - Take object name and allow to clear labels from the Viewer. - Use parameter name + parameter value syntax instead of strict list of mandatory arguments. - Use [0; 1] range for colors and accept names. - Drop redundant argument "isMultiByte". - Support argument -noupdate to skip Viewer update. Update test cases to new syntax of vdrawtext.
-