Transformer3dsTranslateObject Method (Double, Double, Double, Boolean) |
Applies scale transformation to all objects and lights.
Namespace: Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax public void TranslateObject(
double offsetX,
double offsetY,
double offsetZ,
bool isAdditive
)
Parameters
- 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 translation
See Also