1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
luz paz 7b5e532f83 0031939: Coding - correction of spelling errors in comments [part 7]
Fix various typos

Fixed via codespell v2.1.dev
2021-01-20 21:27:44 +03:00

29 lines
1.3 KiB
Plaintext
Executable File

###############################################################################
# setsweep options [arg1 [arg2 [...]]] : options are :
# -FR : Tangent and Normal are given by Frenet trihedron
# -CF : Tangente is given by Frenet,
# the Normal is computed to minimize the torsion
###############################################################################
# addsweep wire [Vertex] [-T] [-R] [u0 v0 u1 v1 [...[uN vN]]] : options are :
# -T : the wire have to be translated to assume contact
# with the spine
# -R : the wire have to be rotated to assume orthogonality
# with the spine's tangent
###############################################################################
# buildsweep result [-M/-C/-R] [-S] [tol] : options are
# -M : Discontinuities are treated by Modification of
# the sweeping mode : it is the default
# -C : Discontinuities are treated like Right Corner
# Treatment is Extent && Intersect
# -R : Discontinuities are treated like Round Corner
# Treatment is Intersect and Fill
###############################################################################
if { [isdraw result] } {
checkview -display result -2d -path ${imagedir}/${test_image}.png
}
# to end a test script
puts "TEST COMPLETED"