Option:Check discont

From DocR22

Jump to: navigation, search

Contents

Action

Determines whether to perform checking of cached discontinuity data during entity checking.

Name String

check_discont

Scheme

Type Values Default
boolean #f, #t #f

C++

Type Values Default
logical FALSE, TRUE FALSE

Description

This option controls whether or not api_check_entity checks the accuracy of cached discontinuity data for curves and surfaces in the entity being checked. By default, this is not done. If this option is enabled, and errors in the discontinuity data are found during checking, then any of the following will be returned by api_check_entity:

Errors:

  • SURF_MISSING_G1_DISC_INFO
  • CURVE_MISSING_G1_DISC_INFO

Warnings:

  • SURF_MISSING_G2_DISC_INFO
  • CURVE_MISSING_G2_DISC_INFO

Example

; check_discont 
; Turn on checking of cached discontinuity data 
(option:set "check_discont" #t) 
;; #f
Personal tools