mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added support of reading and writing of the triangulated_surface_set. Prevented creation of tesselated geometry under the schemas different from AP242DIS. test step_read corrected, switched parameter write.step.schema to AP242DIS in begin and back to AP214CD at the end
22 lines
411 B
Plaintext
22 lines
411 B
Plaintext
|
|
checktrinfo S -face ${nb_faces} -nod ${nb_nodes} -tri ${nb_triangles}
|
|
|
|
vclear
|
|
vinit View1
|
|
XDisplay -dispMode 1 D -explore
|
|
vaxo
|
|
vfit
|
|
|
|
vrenderparams -shadingModel PHONG
|
|
vlight -change 0 -intensity 2.5
|
|
vlight -change 1 -intensity 0.3
|
|
vcamera -orthographic
|
|
vdump ${imagedir}/${casename}.png
|
|
|
|
Close D -silent
|
|
unset S
|
|
|
|
param write.step.schema AP214CD
|
|
param read.step.tessellated Off
|
|
param write.step.tessellated Off
|