SchemeExt:Env:restored-units-scale

From DocR23

Jump to: navigation, search

Contents

Action

Returns the restored units scale.

Filename

scm/scmext/kern/fileinfo_scm.cpp

APIs

None

Syntax

(env:restored-units-scale)

Argument 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:restored-units-scale
; Get the restored units scale from the Fileinfo
; object.
    (env:restored-units-scale)
;; -1
Personal tools