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

Action: Return the coedge parameter, if known, where a particular error occurs. The coedge parameter is corrected to have the same sense as the edge.

Filename: intr/intr_scm/tmchk_typ.cxx

Syntax: (tm-chk-info:coedge-param tm-check)

Arg Types: tm-check tm-chk-info

Returns: real | boolean

Description: Returns the coedge parameter recorded within the tm-chk-info where the particular error being reported occurs, or #f if no coedge parameter is present.


tm-check is an object of type tm-chk-info that contains tolerant modeling check details.

Example: ; tm-chk-info:coedge-param

; Print out the coedge parameter of a given tolerant

; model information set.

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


(position 10 10 10)))

;; b

(define errors (tm-check:all (car (entity:edges b))))

;; errors

(tm-chk-info:coedge-param (car errors))

;; #f
PDF/INTR/02SC.PDF
HTM/DATA/INTR/INTR/02SC/0077.HTM