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

Action: Minimize all TVERTEX tolerant on edges.

Filename: cstr/cstr_scm/tmod_scm.cxx

APIs: api_optimize_tvertex_tolerance

Syntax: (tolerant:optimize entity)

Arg Types: entity entity

Returns: boolean


entity is an input entity.

Example: ; tolerant:optimize

; Create topology to illustrate this command.

(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])

; Check for tolerant topology

(map tolerant:optimize (entity:edges block1)))

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