Click or drag to resize

ModelupdateDeformation Method

Set position of displaced vertices in this model. Deform geometry of def_model by adding displacements of given load-case multiplied by factor. Use projection currently in use for the model.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void updateDeformation(
	Model def_model
)

Parameters

def_model
Type: Karamba.ModelsModel
Model for which to set the nodal positions.
See Also