mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
- STEP low-level parser is converted to C++; required minimal version of flex is elevated to 2.5.37. - Added possibility to import STEP from stream, see new method XSControl_Reader::ReadStream() (now implemented in STEP only). - Parsers ported to win_flex_bison 2.5.23 (flex 2.6.4, bison 3.7.1) - Added support of C++ flex and bison scanners in in CMake scripts - Some code clean-up in StepFile and around (unused files and functions are eliminated) - Option to read from stream is added in DRAW command testreadstep for testing ReadStream() function - Added test bugs step bug27342
11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
puts "=========="
|
|
puts "0027342: Data Exchange, STEP - support C++ streams for import / export"
|
|
puts "=========="
|
|
puts ""
|
|
|
|
puts "Testing read of STEP file using stream interface"
|
|
testreadstep [locate_data_file PRO7071.stp] result -stream
|
|
|
|
checkshape result
|
|
checknbshapes result -solid 4
|