Anonymous | Login | 2021-01-16 03:27 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Revisions: Issue #25044 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0025044: BRepMesh tweaks | ||
Revision | 2019-08-07 10:30 by drazmyslovich | ||
Steps To Reproduce | pload ALL stepread bicycle.step a * renamevar a_1 a tclean a set faces [explode a f] set nb [llength $faces] for {set i 1} {$i <= $nb} {incr i} { set info [incmesh a_$i 0.31] set status [lindex $info 6] if { [string compare $status "NoError"] != 0 && [string compare $status "Reused"] != 0 } { puts $i; puts " - "; puts $status } } |
||
Revision | 2014-07-01 14:23 by drazmyslovich | ||
Steps To Reproduce |
Copyright © 2000 - 2021 MantisBT Team |