tolerant:optimized?
List of: Scheme Extensions
Subjects: Model Object, Tolerant Modeling
Contents: Constructors

Action: Checks to see if the tolerance on an edge optimized.

Filename: cstr/cstr_scm/tmod_scm.cxx

Syntax: (tolerant:optimized? check-entity)

Arg Types: check-entity entity

Returns: boolean


check-entity is an input entity.

Example: ; tolerant:optimized?

; Create a block with tolerant topology

(define block1 (solid:block


(position 0 0 0) (position 50 50 50)))

;; block1

(tolerant:fix (entity:edges block1))

;; (#[entity 15 1] #[entity 16 1] #[entity 17 1]

;; #[entity 18 1] #[entity 19 1] #[entity 20 1]

;; #[entity 21 1] #[entity 22 1] #[entity 23 1]

;; #[entity 24 1] #[entity 25 1] #[entity 26 1])

(map tolerant:optimized? (entity:edges block1)))

;; #t
PDF/CSTR/03SCN.PDF
HTM/DATA/CSTR/CSTR/03SCN/0063.HTM