mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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"
|