Transformer3dsScaleObject Method (String, Double, Double, Double) |
Applies scale transformation to the object with objectName and to all its child objects
Namespace: Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax public void ScaleObject(
string objectName,
double scaleX,
double scaleY,
double scaleZ
)
Parameters
- objectName
- Type: SystemString
name of the object in 3ds file - scaleX
- Type: SystemDouble
scaleX - scaleY
- Type: SystemDouble
scaleY - scaleZ
- Type: SystemDouble
scaleZ
See Also