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