Click or drag to resize

ExportBuilderbuildLoadCase Method

add load case data to the product.

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual void buildLoadCase(
	int lc_ind,
	Model model
)

Parameters

lc_ind
Type: SystemInt32
index of load-case.
model
Type: Karamba.ModelsModel
statical model.
See Also