Article | 60001363 |
Type | Wish |
Product | Engine |
Version | 6019 |
Date Added | 3/28/2011 12:00:00 AM |
Fixed | (4/5/2011 12:00:00 AM) |
Submitted by | Adam White |
Summary
Is it possible to export a cmdScale command that will also scale to z direction ?
Solution
We exported a new override of CmdScale command described below
Scales a selection of objects.
SelSet>A selection of vdFigures (see
BasePoint>A basepoint
ScaleFactor>A double value representing the scale or "USER"/null so the user tranforms the objects on screen.
ScaleZDirection>A boolean value that represents if the commend will scale the selection set in z direction or "USER"/null so the user is prompted to select Yes/No if he wants to scale in Z direction.
returns>True if the command was successful
public bool CmdScale(object SelSet, object BasePoint, object ScaleFactor, object ScaleZDirection)