FemMesh.TransformBy Method

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

Parameters

xform
Transformation

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition