ScaleEntity Method

Scales an object equally in the X, Y, and Z directions.

See Also | Example

Signature

object.ScaleEntity BasePoint, ScaleFactor

Object

All Drawing Objects, AttributeReference
The object or objects this method applies to.

BasePoint

Variant (three-element array of doubles); input-only
The 3D WCS coordinates specifying the base point.

ScaleFactor

Double; input-only
The factor by which to scale the object. The dimensions of the object are multiplied by the scale factor. A scale factor greater than 1 enlarges the object. A scale factor between 0 and 1 reduces the object. The scale factor must be greater than 0.0.

Remarks



      BasePoint
 

 

ScaleFactor = 0.5 and ScaleFactor = 2 

 

   Comments?