mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +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.
|
*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.
|
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.
|
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
|
;# Liste des toolkits WOK sous forme de full path
|
||||||
;#
|
;#
|
||||||
proc Visualization:toolkits { } {
|
proc Visualization:toolkits { } {
|
||||||
set aResult [list TKService \
|
set aResult [list TKService TKGraphic3d TKV3d TKOpenGl TKMeshVS]
|
||||||
TKV3d \
|
|
||||||
TKOpenGl \
|
|
||||||
TKMeshVS]
|
|
||||||
|
|
||||||
if { [info exists ::env(HAVE_VTK)] && "$::env(HAVE_VTK)" == "true" } {
|
if { [info exists ::env(HAVE_VTK)] && "$::env(HAVE_VTK)" == "true" } {
|
||||||
lappend aResult "TKIVtk"
|
lappend aResult "TKIVtk"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
TKernel
|
TKernel
|
||||||
TKService
|
TKService
|
||||||
TKMath
|
TKMath
|
||||||
TKV3d
|
TKGraphic3d
|
||||||
TKOpenGl
|
TKOpenGl
|
||||||
CSF_XwLibs
|
CSF_XwLibs
|
||||||
CSF_OpenGlLibs
|
CSF_OpenGlLibs
|
||||||
|
@@ -1,9 +1,15 @@
|
|||||||
Aspect
|
Aspect
|
||||||
InterfaceGraphic
|
InterfaceGraphic
|
||||||
Graphic3d
|
Cocoa
|
||||||
|
WNT
|
||||||
Xw
|
Xw
|
||||||
Image
|
Image
|
||||||
Media
|
Media
|
||||||
WNT
|
|
||||||
Cocoa
|
|
||||||
Font
|
Font
|
||||||
|
Graphic3d
|
||||||
|
Prs3d
|
||||||
|
V3d
|
||||||
|
PrsMgr
|
||||||
|
SelectBasics
|
||||||
|
Select3D
|
||||||
|
SelectMgr
|
||||||
|
@@ -1,11 +1,5 @@
|
|||||||
V3d
|
|
||||||
Select3D
|
|
||||||
Prs3d
|
|
||||||
StdPrs
|
StdPrs
|
||||||
SelectBasics
|
|
||||||
SelectMgr
|
|
||||||
PrsMgr
|
|
||||||
AIS
|
|
||||||
StdSelect
|
StdSelect
|
||||||
|
AIS
|
||||||
DsgPrs
|
DsgPrs
|
||||||
PrsDim
|
PrsDim
|
||||||
|
Reference in New Issue
Block a user