0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / mkface / after_extsurf_and_offset / C9
1 beziercurve beziercurve_r 3 0 0 0 1 2 2 2 2 4 5 2 1
2 extsurf es_beziercurve_r beziercurve_r 0 0 1
3 offset es_beziercurve_r_of es_beziercurve_r 1
4 offset es_beziercurve_r_of_of es_beziercurve_r_of 5
5 puts "TODO #23133 ALL: Error : Incorrect input parameters are not processed correctly"
6 if { [catch { mkface result es_beziercurve_r_of_of 0 3 0 30 } out] == 0 } {
7   puts "Error : Incorrect input parameters are not processed correctly."
8 }