Entity.TransformBy Method

Transforms all the entity's vertices by the specified transformation.
Public Overridable Sub TransformBy( _ 
ByVal transform As Transformation
)
This language is not supported or no code example is available.
public virtual void TransformBy( 
Transformation transform 
)
This language is not supported or no code example is available.

Parameters

transform
Transformation

The transformation to be applied

Remarks
 
You need to call EntityList.Regen to see the effect of this command.

.NET Framework

Supported in: 4.8

In this article

Definition