Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - Data Exchange Preferences > Import Wavefront
  
Import Wavefront
app.wavefront.showDialog
Returns and sets if the Wavefront import dialog is shown as boolean.
app.wavefront.showDialog = TRUE
app.wavefront.scale
Returns and sets the scale as float. 1 stands for 100% and 0.1 for 10%.
#setting the scale to 13%
app.wavefront.scale = 0.13
app.wavefront.selectGroups
Returns and sets if assemblies should be selected as boolean.
app.wavefront.selectGroups = FALSE
app.wavefront.createInfo
Returns and sets if the object info for assemblies should be created as boolean.
app.wavefront.createInfo = FALSE
app.wavefront.hsType
Returns and sets the hotspot type as integer. Allowed values are 0 for “no Hotspot” and 1 for “lines of object”.
app.wavefront.hsType = 1
app.wavefront.readflag
Returns and sets if the buffers should be read for all file sizes as integer. Allowed values are 1 for “off” and 17 for “create reading buffer for all file sizes”.
app.wavefront.readflag = 17