mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031429: Visualization - move out Graphic3d from TKV3d to TKService
Packages Graphic3d, Prs3d, PrsMgr, V3d, SelectBasics, Select3D, SelectMgr have been moved from TKV3d to TKService.
This commit is contained in:
@@ -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*).
|
||||
|
||||
|
@@ -15,10 +15,7 @@
|
||||
;# 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"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
TKernel
|
||||
TKService
|
||||
TKMath
|
||||
TKV3d
|
||||
TKGraphic3d
|
||||
TKOpenGl
|
||||
CSF_XwLibs
|
||||
CSF_OpenGlLibs
|
||||
|
@@ -1,9 +1,15 @@
|
||||
Aspect
|
||||
InterfaceGraphic
|
||||
Graphic3d
|
||||
Cocoa
|
||||
WNT
|
||||
Xw
|
||||
Image
|
||||
Media
|
||||
WNT
|
||||
Cocoa
|
||||
Font
|
||||
Graphic3d
|
||||
Prs3d
|
||||
V3d
|
||||
PrsMgr
|
||||
SelectBasics
|
||||
Select3D
|
||||
SelectMgr
|
||||
|
@@ -1,11 +1,5 @@
|
||||
V3d
|
||||
Select3D
|
||||
Prs3d
|
||||
StdPrs
|
||||
SelectBasics
|
||||
SelectMgr
|
||||
PrsMgr
|
||||
AIS
|
||||
StdSelect
|
||||
AIS
|
||||
DsgPrs
|
||||
PrsDim
|
||||
|
Reference in New Issue
Block a user