mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
- Fixed problem with find a Path for the DimensionType_Location_WithPath - Added check for the null object within FindShapeIndexForDGT
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
puts "===================================="
|
|
puts "0032087: Data Exchange, STEPCAFControl_Reader - NULL representation of shape for DGT"
|
|
puts "===================================="
|
|
puts ""
|
|
|
|
pload OCAF
|
|
|
|
# Read file
|
|
ReadStep D [locate_data_file bug32087_part.stp]
|
|
|
|
Close D
|