]> OCCT Git - occt-copy.git/commitdiff
0031429: Visualization - move out Graphic3d from TKV3d to TKService CR31429_4
authorkgv <kgv@opencascade.com>
Sat, 14 Mar 2020 10:32:48 +0000 (13:32 +0300)
committerkgv <kgv@opencascade.com>
Thu, 4 Mar 2021 04:16:16 +0000 (07:16 +0300)
Packages Graphic3d, Prs3d, PrsMgr, V3d, SelectBasics, Select3D, SelectMgr
have been moved from TKV3d to TKService.

dox/upgrade/upgrade.md
src/OS/Visualization.tcl
src/TKD3DHost/EXTERNLIB
src/TKService/PACKAGES
src/TKV3d/PACKAGES

index 266548a03d2843e69863fd4edb4bf88deebb0436..dd714b7e4f8135d558c6a16b8113560173683ae5 100644 (file)
@@ -2216,3 +2216,8 @@ Files written with the new version will not be readable by applications of old v
 *Poly_Triangulation* does no more provide access to internal array structures: methods Nodes(), ChangeNode(), Triangles(), ChangeTriangle(), UVNodes(), ChangeUVNode(), Normals() have been removed.
 Methods of *Poly_Triangulation* for accessing individual nodal properties / triangles by index and implementing copy semantics should be used instead.
 The same is applicable to *Poly_PolygonOnTriangulation* interface.
+
+@subsection upgrade_760_tkv3d TKV3d/TKService toolkits changes
+
+A set of packages of *TKV3d* toolkit has been moved to a new *TKService* library (*TKV3d* depends on *TKService*).
+
index 9b6099911a512d2f1f0729bd9848efb9c80433fd..e28004301e23cf5685d231201011128207e6353c 100644 (file)
 ;# Liste des toolkits WOK sous forme de full path
 ;# 
 proc Visualization:toolkits { } {
-    set aResult [list TKService \
-                     TKV3d \
-                     TKOpenGl \
-                     TKMeshVS]
+    set aResult [list TKService TKGraphic3d TKV3d TKOpenGl TKMeshVS]
 
     if { [info exists ::env(HAVE_VTK)] && "$::env(HAVE_VTK)" == "true" } {
       lappend aResult "TKIVtk"
index 4208b027981e76fcd28e712fe54bd14837588472..aafb54da1f7945772e308f1f2fe7cdb9e1247d94 100644 (file)
@@ -1,7 +1,7 @@
 TKernel
 TKService
 TKMath
-TKV3d
+TKGraphic3d
 TKOpenGl
 CSF_XwLibs
 CSF_OpenGlLibs
index 1196ba0e842b465c3d467b47d34380154ab445af..60771a587f271e9aaa22a2550fdc604ce1f7eed9 100755 (executable)
@@ -1,9 +1,15 @@
 Aspect
 InterfaceGraphic
-Graphic3d
+Cocoa
+WNT
 Xw
 Image
 Media
-WNT
-Cocoa
 Font
+Graphic3d
+Prs3d
+V3d
+PrsMgr
+SelectBasics
+Select3D
+SelectMgr
index 904ab326106965f1ea666c03afbdb50de1abaad8..8e1d36a16d1556a5454bb1fc3e69a3a0c518db0a 100755 (executable)
@@ -1,11 +1,5 @@
-V3d
-Select3D
-Prs3d
 StdPrs
-SelectBasics
-SelectMgr
-PrsMgr
-AIS
 StdSelect
+AIS
 DsgPrs
 PrsDim