Click or drag to resize

OptiCroSecEC3updateFEModelState Method

Updates the response of a structural model after cross section optimization.

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static void updateFEModelState(
	Model model,
	Response response,
	out List<double> max_displacements,
	out List<double> compliances
)

Parameters

model
Type: Karamba.ModelsModel
Model to be updated.
response
Type: Response
Response to be updated.
max_displacements
Type: System.Collections.GenericListDouble
Maximum displacements in the model.
compliances
Type: System.Collections.GenericListDouble
Elastic energies of the model.
See Also