Entity.Scale (Point3D, Double) Method

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

Parameters

fixedPoint
Point3D

Base point

factor
double

Scale factor

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