EaxPropertyBar.clearDims

Syntax

clearDims();

Description

The clearDims method removes all dimensions.

Example

Executing the example requires that the HTML page contains the EaxPropertyBar component named eaxPropertyBar (see Example of EaxPropertyBar and EaxGrid Components Collocation). Let's clear dimensions in all wizards:

// Clears dimensions in all wizards
eaxPropBar.clearDims();

After executing the example dimensions in all wizards of the properties panel are deleted.

See also:

EaxPropertyBar