env:save-units-scale
List of: Scheme Extensions
Subjects: SAT Save and Restore
Contents: Kernel

Action: Gets the save units scale.

Filename: kern/kern_scm/fileinfo_scm.cxx

Syntax: (env:save-units-scale)

Arg Types: None

Returns: real

Description: The Fileinfo class contains additional file header information, such as the ACIS product used to save the model, ACIS version, millimeters per model unit, date model was saved, ACIS save file version, and other relevant model data. It is required that units and product ID in the save Fileinfo be populated before you can save a SAT file.

Example: ; env:save-units-scale

; Set the save units scale.

(env:set-save-units-scale .5)

;; 0.5

; Get the save units scale from the Fileinfo object.

(env:save-units-scale)

;; 0.5

; Change the save units scale.

(env:set-save-units-scale .7)

;; 0.7

; Get the new saved units scale.

(env:save-units-scale)

;; 0.7
PDF/KERN/12SCA.PDF
HTM/DATA/KERN/KERN/12SCA/0118.HTM