forked from Open-Cascade-SAS/OCCT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0033410: Data Exchange, Step Import - TRIANGULATED_FACE from STEP whe…
…re there are no pnval entries Problem fixed by using array of nodes in case when aPnindices is empty.
- Loading branch information
Showing
2 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
puts "========================" | ||
puts "0033410: Data Exchange, Step Import - TRIANGULATED_FACE from STEP where there are no pnval entries" | ||
puts "========================" | ||
|
||
pload OCAF | ||
|
||
# Read file | ||
ReadStep D [locate_data_file bug33410.step] | ||
XGetOneShape sh D | ||
checktrinfo sh -face 1 -nod 81 -tri 128 | ||
|
||
Close D |