Prod.: Engine, ver.: 6019, ID: 60001363, Wish : Is it possible to export a cmdScale command that will also scale to z direction

Wish : Is it possible to export a cmdScale command that will also scale to z direction

Article60001363
TypeWish
ProductEngine
Version6019
Date Added3/28/2011
FixedYes [4/5/2011]
Submitted byAdam White
Keywords

Subject

Is it possible to export a cmdScale command that will also scale to z direction

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 object) or "USER"/null so the user can pick the objects on screen.
BasePoint>A basepoint object needed in User Coord. System (UCS) or "USER"/null so the user can pick this point on screen.
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)