Entity.Scale (Double, Double, Double) Method

Scales the entity of the specified scale factor.
Public Sub Scale( _ 
ByVal sx As Double, _ 
ByVal sy As Double, _ 
Optional ByVal sz As Double = 1 _ 
)
This language is not supported or no code example is available.
public void Scale( 
double sx
double sy
double sz = 1 
)
This language is not supported or no code example is available.

Parameters

sx
double

Scale factor along X-axis

sy
double

Scale factor along Y-axis

sz
double

Scale factor along Z-axis

Remarks
 
You need to call Viewport.Entities.Regen() to see the effect of this command.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition