Transformer3dsScaleObject 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 ScaleObject(
double scaleX,
double scaleY,
double scaleZ,
bool isAdditive
)
Parameters
- scaleX
- Type: SystemDouble
scaleX - scaleY
- Type: SystemDouble
scaleY - scaleZ
- Type: SystemDouble
scaleZ - isAdditive
- Type: SystemBoolean
if true than the scale values are added to previous scale factors
See Also