Clears all transformation in objectName (only MatrixTransformations are left because they are needed to represent the hierarchy of read 3ds file)

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public void ClearTransformations(
	string objectName
)
Visual Basic (Declaration)
Public Sub ClearTransformations ( _
	objectName As String _
)
Visual C++
public:
void ClearTransformations(
	String^ objectName
)

Parameters

objectName
Type: System..::.String
objectName from NamedObjects

See Also