Applys scale transformation to the object with objectName and to all its child objects

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

Syntax

C#
public void TranslateObject(
	string objectName,
	double offsetX,
	double offsetY,
	double offsetZ,
	bool isAdditive
)
Visual Basic (Declaration)
Public Sub TranslateObject ( _
	objectName As String, _
	offsetX As Double, _
	offsetY As Double, _
	offsetZ As Double, _
	isAdditive As Boolean _
)
Visual C++
public:
void TranslateObject(
	String^ objectName, 
	double offsetX, 
	double offsetY, 
	double offsetZ, 
	bool isAdditive
)

Parameters

objectName
Type: System..::.String
name of the object in 3ds file
offsetX
Type: System..::.Double
offsetX
offsetY
Type: System..::.Double
offsetY
offsetZ
Type: System..::.Double
offsetZ
isAdditive
Type: System..::.Boolean
if true than the translation is relative to the previous transaltion

See Also