mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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
|