mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
14 lines
214 B
Plaintext
Executable File
14 lines
214 B
Plaintext
Executable File
#INTERFACE CAF
|
|
# Presentation attributes
|
|
#
|
|
# Testing attribute: TPrsStd_AISViewer
|
|
# Testing command: AISInitViewer
|
|
#
|
|
|
|
puts "caf003-A1"
|
|
|
|
# Initialize 3D viewer
|
|
AISInitViewer D
|
|
|
|
puts "There is the empty 3D viewer"
|