Entity.Scale (Vector3D) Method

Scales the entity of the specified scale factor.
Public Sub Scale( _ 
ByVal sv As Vector3D
)
This language is not supported or no code example is available.
public void Scale( 
Vector3D sv 
)
This language is not supported or no code example is available.

Parameters

sv
Vector3D

Scale vector

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