tm-chk-info?
List of: Scheme Extensions
Subjects: Tolerant Modeling
Contents: Intersectors

Action: Determines whether the given Scheme object is a tm-chk-info.

Filename: intr/intr_scm/tmchk_typ.cxx

Syntax: (tm-chk-info? object)

Arg Types: object scheme-object

Returns: boolean

Description: Returns #t if the given object is a tm-chk-info.


object is a variable of type scheme-object. The scheme tests if this object is a tm-chk-info.

Example: ; tm-chk-info?

; Check to see if a Scheme Object is a

; tolerant model.

(define cube (solid:block (position 0 0 0)


(position 10 10 10)))

;; cube

(define errors (tm-check:all (car


(entity:edges cube))))

;; errors

(tm-chk-info? (car errors))

;; #t
PDF/INTR/02SC.PDF
HTM/DATA/INTR/INTR/02SC/0082.HTM