Click or drag to resize
Transformer3dsTranslateObject Method (String, Double, Double, Double, Boolean)
Applies scale transformation to the object with objectName and to all its child objects

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public void TranslateObject(
	string objectName,
	double offsetX,
	double offsetY,
	double offsetZ,
	bool isAdditive
)

Parameters

objectName
Type: SystemString
name of the object in 3ds file
offsetX
Type: SystemDouble
offsetX
offsetY
Type: SystemDouble
offsetY
offsetZ
Type: SystemDouble
offsetZ
isAdditive
Type: SystemBoolean
if true than the translation is relative to the previous transaltion
See Also