|
Action:
|
Returns
#t
if the given object is a tm-chk-info of derived type
tedge_tcoedge_bad_geom.
|
|
|
Filename:
|
intr/intr_scm/tmchk_typ.cxx
|
|
|
Syntax:
|
(tedge-tcoedge-bad-geom? tm-check)
|
|
|
Arg Types:
|
tm-check
|
tm-chk-info
|
|
|
Returns:
|
boolean
|
|
|
Description:
|
tm-check is an object of type
tm-chk-info that contains tolerant modeling check details.
|
|
|
Example:
|
; tedge-tcoedge-bad-geom?
|
|
; Create geometry to illustrate command.
|
|
(define b (solid:block (position 0 0 0)
|
|
|
(position 10 10 10)))
|
|
;; b
|
|
(define errors (tm-check:all (car (entity:edges b))))
|
|
;; errors
|
|
(tedge-tcoedge-bad-geom? (car errors))
|
|
;; #f
|