HyperWorks Desktop

*DisableUnitScaling()

Disables the unit scaling feature in HyperGraph 2D.

*DisableUnitScaling()

Disables the unit scaling feature in HyperGraph 2D.

Previous topic Next topic No expanding text in this topic  

*DisableUnitScaling()

Disables the unit scaling feature in HyperGraph 2D.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*DisableUnitScaling(true, false)

Arguments

Name

Description

 

true

Setting this argument to true disables unit scaling and hides the Enable Unit Scaling and Show Units Dialog check boxes in the HyperGraph 2D Options panel.  To reverse this, you will have to delete the hwsettings.xml file in your installation.

 

false

Turns unit scaling off, but the Enable Unit Scaling and Show Units Dialog check boxes are still visible in the Options panel.  This option cannot be undone.

Example

*BeginDefaults()

 *BeginPlotDefaults()

      *DisableUnitScaling(true)

 *EndPlotDefaults()
 
*EndDefaults()

Application

HyperGraph 2D.

See also

 

List of Preference Statements