Previous IDL Reference Guide: Graphics Object Classes Next

IDLgrModel::Reset

Syntax | Arguments | Keywords | Version History

The IDLgrModel::Reset procedure method sets the current transform matrix for the model object to the identity matrix.


Note
Using this method is functionally identical to the following statement:

Obj->[IDLgrModel::]SetProperty, TRANSFORM=IDENTITY(4)   

Syntax

Obj->[IDLgrModel::]Reset

Arguments

None

Keywords

None

Version History

5.0
Introduced

  IDL Online Help (March 06, 2007)