SolverBase.TransformDisplacementsAndReactions Method

Protected Shared Sub TransformDisplacementsAndReactions( _ 
ByVal numberOfDims As Integer, _ 
ByVal vertices As Point3D(), _ 
ByRef min As Point3D, _ 
ByRef max As Point3D, _ 
ByRef maxLen As Double
)
This language is not supported or no code example is available.
protected static void TransformDisplacementsAndReactions( 
int numberOfDims
Point3D[] vertices
out Point3D min
out Point3D max
out double maxLen 
)
This language is not supported or no code example is available.

Parameters

numberOfDims
int

vertices
Point3D[]

min
Point3D

max
Point3D

maxLen
double

.NET Framework

Supported in: 4.8

In this article

Definition