mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08:00
Added new auxiliary class Standard_ArrayStreamBuffer implementing std::streambuf interface for defining std::istream from allocated memory.
16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
puts "=========="
|
|
puts "OCC28887 Test case for Standard_ArrayStreamBuffer class - streaming interface for reading from allocated memory block"
|
|
puts "=========="
|
|
puts ""
|
|
|
|
pload QAcommands VISUALIZATION
|
|
OCC28887 [locate_data_file face.brep] f
|
|
|
|
vclear
|
|
vclose ALL
|
|
vinit View1
|
|
vaxo
|
|
vdisplay -dispMode 1 f
|
|
vfit
|
|
vdump $::imagedir/${::casename}.png
|