Changesets: occt
master 4e18052b 2014-09-18 11:16:45 Committer: bugmaster Details Diff |
0025198: Draw Harness - add -noupdate option to vsetlocation command Add sample for demonstrating display of multiple objects, evaluating viewer performance, and scene animation cosmetics |
Affected Issues 0025198 |
|
add - samples/tcl/spheres.tcl | Diff File | ||
mod - src/ViewerTest/FILES | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
add - src/ViewerTest/ViewerTest_AutoUpdater.cxx | Diff File | ||
add - src/ViewerTest/ViewerTest_AutoUpdater.hxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ObjectCommands.cxx | Diff File | ||
master 9ffd84ad 2014-09-18 10:56:56
Committer: bugmaster Details Diff |
0025225: Failure of 2d offset algorithm on two wires with arc Test cases for issue CR25225 Correction of test case bugs/modalg_4(009)/bug745_4 for issue CR25225 |
||
mod - src/BRepFill/BRepFill_OffsetWire.cxx | Diff File | ||
mod - tests/bugs/modalg_4/bug745_4 | Diff File | ||
add - tests/bugs/modalg_5/bug25225_1 | Diff File | ||
add - tests/bugs/modalg_5/bug25225_2 | Diff File | ||
add - tests/bugs/modalg_5/bug25225_3 | Diff File | ||
master 6303cb12 2014-09-18 10:50:37
Committer: bugmaster Details Diff |
0025228: Wrong result of General Fuse operation for an edge and a face. Changes: class BOPTools_AlgoTools3D method: void BOPTools_AlgoTools3D::DoSplitSEAMOnFace (const TopoDS_Edge& aSplit, const TopoDS_Face& aF) The treatment of seam edges for the periodic surfaces has been changed. Test case for issue CR25228 |
||
mod - src/BOPTools/BOPTools_AlgoTools3D.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug25228 | Diff File | ||
master b353b9b4 2014-09-18 10:43:12
Committer: bugmaster Details Diff |
0025093: Visualization - deletion of SelectMgr_SelectableObject does not invalidate owners -Unstaged useless changes from CR0025093 -Now handles to Entity_owner are nullified in SelectMgr_Selection destructor -Code formatting |
||
mod - src/SelectMgr/SelectMgr_Selection.cdl | Diff File | ||
mod - src/SelectMgr/SelectMgr_Selection.cxx | Diff File | ||
master f6d08024 2014-09-18 10:33:05
Committer: bugmaster Details Diff |
0024117: Enhance documentation of BRepMesh_IncrementalMesh Updating BRepMesh users guide. 0024117: Enhance documentation of BRepMesh_IncrementalMesh Updating BRepMesh users guide. Correct mistake in parameter naming. |
Affected Issues 0024117 |
|
add - dox/user_guides/modeling_algos/images/modeling_algos_image056.png | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image057.png | Diff File | ||
mod - dox/user_guides/modeling_algos/modeling_algos.md | Diff File | ||
master 6aa39ac3 2014-09-18 10:26:14
Committer: bugmaster Details Diff |
0025223: Wrong result done by projection algorithm class ProjLib_ComputeApprox method ProjLib_ComputeApprox::ProjLib_ComputeApprox (const Handle(Adaptor3d_HCurve) & C, const Handle(Adaptor3d_HSurface) & S, const Standard_Real Tol ) Using Precision::PConfusion() as a 2d tolerance when shifting the projected curve. Test case for issue CR25223 |
||
mod - src/ProjLib/ProjLib_ComputeApprox.cxx | Diff File | ||
add - tests/bugs/moddata_3/bug25223 | Diff File | ||
master 848fa7e3 2014-09-17 13:00:32 Committer: bugmaster Details Diff |
0025154: Collections in BRepMesh package are named in non-conformant manner - BRepMesh converted to nocdlpack, - Collections are defined in namespace BRepMesh, - Doxygen comments corrected to use @ instead of \. |
Affected Issues 0025154 |
|
mod - adm/UDLIST | Diff File | ||
rm - src/BRepMesh/BRepMesh.cdl | Diff File | ||
add - src/BRepMesh/BRepMesh.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_Circle.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_CircleInspector.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_CircleTool.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_CircleTool.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_Classifier.hxx | Diff File | ||
rm - src/BRepMesh/BRepMesh_Collections.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_DataStructureOfDelaun.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_DataStructureOfDelaun.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_Delaun.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_Delaun.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_DiscretFactory.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_Edge.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_EdgeChecker.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_EdgeTessellator.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_FaceAttribute.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_FaceAttribute.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_FaceChecker.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_FastDiscret.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_FastDiscret.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_FastDiscretFace.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_FastDiscretFace.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_GeomTool.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_IncrementalMesh.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_IncrementalMesh.hxx | Diff File | ||
add - src/BRepMesh/BRepMesh_OrientedEdge.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_PairOfIndex.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_PairOfPolygon.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_SelectorOfDataStructureOfDelaun.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_SelectorOfDataStructureOfDelaun.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_ShapeTool.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_ShapeTool.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_Triangle.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_Vertex.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_VertexInspector.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_VertexTool.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_VertexTool.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_WireChecker.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_WireChecker.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_WireInterferenceChecker.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_WireInterferenceChecker.hxx | Diff File | ||
mod - src/BRepMesh/FILES | Diff File | ||
mod - src/MeshTest/MeshTest.cdl | Diff File | ||
mod - src/StdPrs/StdPrs.cdl | Diff File | ||
master 7d3e64ef 2014-09-17 09:02:32 Committer: bugmaster Details Diff |
0025213: Visualization, TKOpenGl - do not use deprecated built-ins in GLSL shaders Inherit NCollection_Buffer from Standard_Transient, do not use incomplete NCollection_Handle. OpenGl_Context, add methods ActiveProgram(),BindProgram() to manage currently active GLSL program. Add method ::ToUseVbo(). OpenGl_ShaderProgram, setup locations of pre-defined vertex attributes occVertex, occNormal, occTexCoord, occColor before linkage. Remove methods OpenGl_ShaderProgram::Bind(), ::BindWithVariables() and ::Unbind() - OpenGl_Context::BindProgram() should be used instead. Introduce class OpenGl_VertexBufferCompat, which emulates VBO behavior on systems without VBO (compatibility with broken OpenGL drivers on Windows). OpenGl_PrimitiveArray - use OpenGl_VertexBufferCompat when VBO is unavailable, remove duplicated code. Use OpenGl_VertexBuffer::HasNormalAttribute() method to activate lighting. OpenGl_Text - use OpenGl_VertexBufferCompat, eliminate duplicated code. Changes in OpenGl_VertexBuffer, drop methods BindFixed()/UnbindFixed(). Superseded by new methods BindAllAttributes()/UnbindAllAttributes() which handle active GLSL program, when it is set. |
Affected Issues 0025213 |
|
mod - src/Graphic3d/Graphic3d_ArrayOfPrimitives.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_BoundBuffer.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Buffer.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_IndexBuffer.hxx | Diff File | ||
mod - src/Image/Image_PixMap.cxx | Diff File | ||
mod - src/Image/Image_PixMapData.hxx | Diff File | ||
mod - src/NCollection/NCollection_AlignedAllocator.cxx | Diff File | ||
mod - src/NCollection/NCollection_Buffer.hxx | Diff File | ||
mod - src/OpenGl/FILES | Diff File | ||
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_PrimitiveArray.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_PrimitiveArray.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ShaderManager.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_ShaderManager.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ShaderProgram.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_ShaderProgram.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Text.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Text.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_TextFormatter.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_TextFormatter.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_VertexBuffer.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_VertexBuffer.hxx | Diff File | ||
add - src/OpenGl/OpenGl_VertexBuffer.lxx | Diff File | ||
add - src/OpenGl/OpenGl_VertexBufferCompat.cxx | Diff File | ||
add - src/OpenGl/OpenGl_VertexBufferCompat.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_View_2.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace_Raytrace.cxx | Diff File | ||
mod - src/Shaders/Declarations.glsl | Diff File | ||
mod - src/Shaders/RaytraceBase.vs | Diff File | ||
master 963532f8 2014-09-16 06:28:27
Committer: bugmaster Details Diff |
0024504: Wrong result obtained by Exterma Curve/Curve. Test case added. |
||
add - tests/bugs/modalg_5/bug24504 | Diff File | ||
master 418864ae 2014-09-15 14:08:03
Committer: bugmaster Details Diff |
0025164: BVH_Box::Area() might be called on uninitialized data |
Affected Issues 0025164 |
|
mod - src/BVH/BVH_Box.lxx | Diff File | ||
master 53c888d1 2014-09-12 16:08:45
Committer: abv Details Diff |
Fix WOK extraction when environment variable HAVE_VTK is not defined | ||
mod - src/OS/Draw.tcl | Diff File | ||
mod - src/OS/Visualization.tcl | Diff File | ||
master 7cf07fa5 2014-09-12 13:37:23
Committer: bugmaster Details Diff |
Update of service files | ||
mod - src/OS/Visualization.tcl | Diff File | ||
master 8e7c8ccf 2014-09-12 11:11:53 Committer: bugmaster Details Diff |
0025098: Visualization, Select3D_SensitiveCurve - fix computation of the depth Draw Harness, add option -entities to command vstate. Within new option command displays information about detection entities. |
||
mod - src/Select3D/Select3D_SensitiveCurve.cdl | Diff File | ||
mod - src/Select3D/Select3D_SensitiveCurve.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.cdl | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.lxx | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
add - tests/bugs/vis/bug25098 | Diff File | ||
mod - tests/v3d/wire_solid/C7 | Diff File | ||
mod - tests/v3d/wire_solid/D5 | Diff File | ||
mod - tests/v3d/wire_solid/E7 | Diff File | ||
mod - tests/v3d/wire_solid/F1 | Diff File | ||
mod - tests/v3d/wire_solid/H9 | Diff File | ||
mod - tests/v3d/wire_solid/I7 | Diff File | ||
mod - tests/v3d/wire_solid/K3 | Diff File | ||
master a347ef35 2014-09-12 07:07:56
Committer: bugmaster Details Diff |
0025236: Sample DRAW script to demonstrate XDE features New sample added for XDE; test cases added for this and some other samples; description of Tcl samples in Overview updated |
Affected Issues 0025236 |
|
mod - dox/overview/overview.md | Diff File | ||
mod - samples/tcl/raytrace.tcl | Diff File | ||
add - samples/tcl/xde.tcl | Diff File | ||
mod - tests/demo/samples/bottle | Diff File | ||
add - tests/demo/samples/cad | Diff File | ||
add - tests/demo/samples/cutter | Diff File | ||
add - tests/demo/samples/drill | Diff File | ||
add - tests/demo/samples/materials | Diff File | ||
add - tests/demo/samples/xde | Diff File | ||
master e6cd0977 2014-09-11 12:41:07
Committer: bugmaster Details Diff |
0025224: The section curve between two cylindrical faces is incomplete Algorithm of seeking point on boundaries is amended. Test case for issue CR25224 |
||
mod - src/IntPatch/IntPatch_ImpImpIntersection_4.gxx | Diff File | ||
add - tests/bugs/modalg_5/bug25224 | Diff File | ||
master 3e9b53cb 2014-09-11 12:37:22
Committer: bugmaster Details Diff |
0025014: ShapeAnalysis_WireOrder produces Standard_RangeError on empty wire (debug mode only) The reason of exception is liquidated. Test case for issue CR25014 Clean obsolete commented out code |
||
mod - src/ShapeAnalysis/ShapeAnalysis_WireOrder.cxx | Diff File | ||
mod - src/SWDRAW/SWDRAW_ShapeUpgrade.cxx | Diff File | ||
add - tests/bugs/heal/bug25014 | Diff File | ||
master 24b40f60 2014-09-11 11:19:54 Details Diff |
Removing TODOs because test case is OK on all platforms | ||
mod - tests/bugs/modalg_3/bug615 | Diff File | ||
master 52f99d93 2014-09-11 09:37:09
Committer: bugmaster Details Diff |
0022877: Implementation of DRAW commands for non-regression testing: - TKIVtkDraw toolkit provides IVtk packages functionality in DRAW. - it allows to create VTK interactive view in regular or virtual mode (virtual windows), display OCC objects and dump them. - TKIVtkDraw provides also test commands: ivtlinit, ivtkdisplay, ivtkerase, ivtksetdispmode, ivtksetselmode, ivtkmoveto, ivtkselect, ivtkfit, ivtkdump, ivtkbgcolor. Corrected offscreen rendering mode. Moved vinit command from /v3d/begin script to avoid unused occ view in ivtk tests. |
Affected Issues 0022877 |
|
mod - adm/UDLIST | Diff File | ||
mod - src/DrawResources/DrawPlugin | Diff File | ||
add - src/IVtkDraw/EXTERNLIB | Diff File | ||
add - src/IVtkDraw/FILES | Diff File | ||
add - src/IVtkDraw/IVtkDraw.cxx | Diff File | ||
add - src/IVtkDraw/IVtkDraw.hxx | Diff File | ||
add - src/IVtkDraw/IVtkDraw_HighlightAndSelectionPipeline.cxx | Diff File | ||
add - src/IVtkDraw/IVtkDraw_HighlightAndSelectionPipeline.hxx | Diff File | ||
add - src/IVtkDraw/IVtkDraw_Interactor.cxx | Diff File | ||
add - src/IVtkDraw/IVtkDraw_Interactor.hxx | Diff File | ||
mod - src/OS/Draw.tcl | Diff File | ||
add - src/TKIVtkDraw/EXTERNLIB | Diff File | ||
add - src/TKIVtkDraw/FILES | Diff File | ||
add - src/TKIVtkDraw/PACKAGES | Diff File | ||
mod - tests/v3d/begin | Diff File | ||
mod - tests/v3d/edge/begin | Diff File | ||
mod - tests/v3d/edge_face/begin | Diff File | ||
mod - tests/v3d/edge_solid/begin | Diff File | ||
mod - tests/v3d/end | Diff File | ||
mod - tests/v3d/face/begin | Diff File | ||
add - tests/v3d/glsl/begin | Diff File | ||
mod - tests/v3d/grids.list | Diff File | ||
add - tests/v3d/ivtk/begin | Diff File | ||
add - tests/v3d/ivtk/bgcolor | Diff File | ||
add - tests/v3d/ivtk/detect | Diff File | ||
add - tests/v3d/ivtk/display_mode | Diff File | ||
add - tests/v3d/ivtk/erase | Diff File | ||
add - tests/v3d/ivtk/select | Diff File | ||
add - tests/v3d/ivtk/selection_mode | Diff File | ||
add - tests/v3d/materials/begin | Diff File | ||
add - tests/v3d/raytrace/begin | Diff File | ||
mod - tests/v3d/vertex/begin | Diff File | ||
mod - tests/v3d/vertex_edge/begin | Diff File | ||
mod - tests/v3d/vertex_face/begin | Diff File | ||
mod - tests/v3d/vertex_solid/begin | Diff File | ||
mod - tests/v3d/vertex_wire/begin | Diff File | ||
add - tests/v3d/voxel/begin | Diff File | ||
mod - tests/v3d/wire/begin | Diff File | ||
mod - tests/v3d/wire_solid/begin | Diff File | ||
master 913a4c4a 2014-09-11 09:34:30
Committer: bugmaster Details Diff |
0024904: Visualization - Integration of VIS component: Added new toolkit TKIVtk: - TKIVtk toolkit includes IVtkVTK, IVtkTools, IVtkOCC, IVtk packages. - TKIVtk provides OCC interface for VTK library functionality: it allows to use VTK window and event managment for OCC objects (shapes) Porting on VTK 6: - shape source inherits vtkPolyDataAlgorithm now (vtkPolyDataSource was removed form VTK as deprecated functionality). - added factory auto-initialization in IVtkVTK_View - remove using of deprecated methods of pipeline mechanism. Get rid from warning in SelectMgr_SelectableObject. Removed firendship from SelectMgr_SelectableObject. Corrected projector parameters for selection algorithm. Removed unneeded picking algorithm modification. |
Affected Issues 0024904 |
|
mod - adm/UDLIST | Diff File | ||
add - src/IVtk/FILES | Diff File | ||
add - src/IVtk/IVtk_Interface.cxx | Diff File | ||
add - src/IVtk/IVtk_Interface.hxx | Diff File | ||
add - src/IVtk/IVtk_IShape.cxx | Diff File | ||
add - src/IVtk/IVtk_IShape.hxx | Diff File | ||
add - src/IVtk/IVtk_IShapeData.cxx | Diff File | ||
add - src/IVtk/IVtk_IShapeData.hxx | Diff File | ||
add - src/IVtk/IVtk_IShapeMesher.cxx | Diff File | ||
add - src/IVtk/IVtk_IShapeMesher.hxx | Diff File | ||
add - src/IVtk/IVtk_IShapePickerAlgo.cxx | Diff File | ||
add - src/IVtk/IVtk_IShapePickerAlgo.hxx | Diff File | ||
add - src/IVtk/IVtk_IView.cxx | Diff File | ||
add - src/IVtk/IVtk_IView.hxx | Diff File | ||
add - src/IVtk/IVtk_Types.hxx | Diff File | ||
add - src/IVtkOCC/FILES | Diff File | ||
add - src/IVtkOCC/IVtkOCC_SelectableObject.cxx | Diff File | ||
add - src/IVtkOCC/IVtkOCC_SelectableObject.hxx | Diff File | ||
add - src/IVtkOCC/IVtkOCC_Shape.cxx | Diff File | ||
add - src/IVtkOCC/IVtkOCC_Shape.hxx | Diff File | ||
add - src/IVtkOCC/IVtkOCC_ShapeMesher.cxx | Diff File | ||
add - src/IVtkOCC/IVtkOCC_ShapeMesher.hxx | Diff File | ||
add - src/IVtkOCC/IVtkOCC_ShapePickerAlgo.cxx | Diff File | ||
add - src/IVtkOCC/IVtkOCC_ShapePickerAlgo.hxx | Diff File | ||
add - src/IVtkOCC/IVtkOCC_ViewerSelector.cxx | Diff File | ||
add - src/IVtkOCC/IVtkOCC_ViewerSelector.hxx | Diff File | ||
add - src/IVtkTools/EXTERNLIB | Diff File | ||
add - src/IVtkTools/FILES | Diff File | ||
add - src/IVtkTools/IVtkTools.cxx | Diff File | ||
add - src/IVtkTools/IVtkTools.hxx | Diff File | ||
add - src/IVtkTools/IVtkTools_DisplayModeFilter.cxx | Diff File | ||
add - src/IVtkTools/IVtkTools_DisplayModeFilter.hxx | Diff File | ||
add - src/IVtkTools/IVtkTools_ShapeDataSource.cxx | Diff File | ||
add - src/IVtkTools/IVtkTools_ShapeDataSource.hxx | Diff File | ||
add - src/IVtkTools/IVtkTools_ShapeObject.cxx | Diff File | ||
add - src/IVtkTools/IVtkTools_ShapeObject.hxx | Diff File | ||
add - src/IVtkTools/IVtkTools_ShapePicker.cxx | Diff File | ||
add - src/IVtkTools/IVtkTools_ShapePicker.hxx | Diff File | ||
add - src/IVtkTools/IVtkTools_SubPolyDataFilter.cxx | Diff File | ||
add - src/IVtkTools/IVtkTools_SubPolyDataFilter.hxx | Diff File | ||
add - src/IVtkVTK/EXTERNLIB | Diff File | ||
add - src/IVtkVTK/FILES | Diff File | ||
add - src/IVtkVTK/IVtkVTK_CMPLRS.edl | Diff File | ||
add - src/IVtkVTK/IVtkVTK_ShapeData.cxx | Diff File | ||
add - src/IVtkVTK/IVtkVTK_ShapeData.hxx | Diff File | ||
add - src/IVtkVTK/IVtkVTK_View.cxx | Diff File | ||
add - src/IVtkVTK/IVtkVTK_View.hxx | Diff File | ||
mod - src/OS/Visualization.tcl | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectableObject.cdl | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectableObject.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectionManager.cxx | Diff File | ||
add - src/TKIVtk/EXTERNLIB | Diff File | ||
add - src/TKIVtk/FILES | Diff File | ||
add - src/TKIVtk/PACKAGES | Diff File | ||
master 2bd4bfac 2014-09-11 08:36:28
Committer: bugmaster Details Diff |
0025190: Visualization - class OpenGl_StructureShadow is defined as local in OpenGl_Structure.cxx Created OpenGl_StructureShadow.hxx and OpenGl_StructureShadow.cxx Edited OpenGl/FILES |
Affected Issues 0025190 |
|
mod - src/OpenGl/FILES | Diff File | ||
mod - src/OpenGl/OpenGl_Structure.cxx | Diff File | ||
add - src/OpenGl/OpenGl_StructureShadow.cxx | Diff File | ||
add - src/OpenGl/OpenGl_StructureShadow.hxx | Diff File | ||
master 6e0fd076 2014-09-11 08:33:38
Committer: bugmaster Details Diff |
0024886: BRepOffsetAPI_NormalProjection failure Test case for issue CR24886 |
||
mod - src/ProjLib/ProjLib_CompProjectedCurve.cxx | Diff File | ||
mod - src/TopOpeBRepDS/TopOpeBRepDS_EdgeInterferenceTool.cxx | Diff File | ||
add - tests/bugs/moddata_3/bug24886 | Diff File | ||
master 1521659a 2014-09-11 06:07:43
Committer: bugmaster Details Diff |
0024723: Not implemented methods in Visual3d and V3d Removed unused enum V3d_TypeOfProjectionModel and methods V3d_View::SetProjModel(), V3d_View::ProjModel() |
Affected Issues 0024723 |
|
mod - src/V3d/V3d.cdl | Diff File | ||
mod - src/V3d/V3d_View.cdl | Diff File | ||
mod - src/V3d/V3d_View.cxx | Diff File | ||
master 1e2fb244 2014-09-10 11:06:56 Details Diff |
Correction for compilation of OCCT on MacOS | ||
mod - src/StepFile/recfile.pc | Diff File | ||
master 7a8c6a36 2014-09-10 07:28:19
Committer: bugmaster Details Diff |
0025194: It is necessary to orthogonalize transformation matrix in gp_Trsf and gp_Trsf2d classes 1. Method "SetValues()" for gp_Trsf2d class is added. 2. Method Orthogonalize for gp_Trsf2d and gp_Trsf classes was added. 3. Unused arguments from "SetValues()" method for gp_Trsf was deleted. 4. Output of AppParCurves_MultiPoint Dump was corrected. 5. Method of right projected point choosing was corrected in ProjLib package. 6. Some test cases were changed according to their new behavior. |
Affected Issues 0025194 |
|
mod - src/AppParCurves/AppParCurves_MultiPoint.cxx | Diff File | ||
mod - src/BinTools/BinTools_LocationSet.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_LocationLaw.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_Pipe.cxx | Diff File | ||
mod - src/GeomFill/GeomFill_Sweep.cxx | Diff File | ||
mod - src/gp/gp_Trsf.cdl | Diff File | ||
mod - src/gp/gp_Trsf.cxx | Diff File | ||
mod - src/gp/gp_Trsf2d.cdl | Diff File | ||
mod - src/gp/gp_Trsf2d.cxx | Diff File | ||
mod - src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx | Diff File | ||
mod - src/Prs3d/Prs3d_Presentation.cxx | Diff File | ||
mod - src/PrsMgr/PrsMgr_Prs.cxx | Diff File | ||
mod - src/TopTools/TopTools_LocationSet.cxx | Diff File | ||
mod - src/Vrml/Vrml_MatrixTransform.cxx | Diff File | ||
mod - tests/bugs/modalg_5/bug22831 | Diff File | ||
mod - tests/de/iges_1/J9 | Diff File | ||
mod - tests/de/iges_1/K3 | Diff File | ||
mod - tests/de/iges_2/B8 | Diff File | ||
mod - tests/de/iges_2/E6 | Diff File | ||
mod - tests/de/iges_2/G1 | Diff File | ||
mod - tests/mesh/data/standard/J1 | Diff File | ||
mod - tests/offset/wire_closed_inside_0_075/C7 | Diff File | ||
master 0179bbc6 2014-09-10 04:57:30 Committer: bugmaster Details Diff |
0025204: Visualization, PrsMgr_PresentationManager::Presentation() - do not return last presentation when requested one is not found |
Affected Issues 0025204 |
|
mod - src/PrsMgr/PrsMgr_PresentationManager.cxx | Diff File |