FemMesh.ComputePlot (Environment, Legend, Boolean) Method

Computes results according to plotMode settings.
Public Sub ComputePlot( _ 
ByVal simulation As Environment, _ 
ByVal theLegend As Legend, _ 
ByVal postProcessingOnly As Boolean
)
This language is not supported or no code example is available.
public void ComputePlot( 
Environment simulation
Legend theLegend
bool postProcessingOnly 
)
This language is not supported or no code example is available.

Parameters

simulation
Environment

The Simulation control instance

theLegend
Legend

The legend associated with this plot

postProcessingOnly
bool

Use true when element stresses are filled manually.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition