clear();
The clear method clears cylinder axis.
To execute the example, the HTML page must contain the Cylinder component named cylinder (see Example of Creating the Cylinder Component). Clear cylinder axis:
cylinder.getAxis().clear();
After executing the example cylinder axis is cleared:
See also: