Click or drag to resize

ModelbuildFEModel Method

Build finite element model from given geometry with a minimum of _lc_number load cases.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void buildFEModel(
	bool soft_kill = true
)

Parameters

soft_kill (Optional)
Type: SystemBoolean
true if soft-kill procedure shall be applied.
See Also