Click or drag to resize

ModelbuildFEModel Method (Int32, Boolean)

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

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected Model buildFEModel(
	int _lc_number,
	bool soft_kill
)

Parameters

_lc_number
Type: SystemInt32
number of load-cases
soft_kill
Type: SystemBoolean
true if soft-kill procedure shall be applied

Return Value

Type: Model

[Missing <returns> documentation for "M:Karamba.Models.Model.buildFEModel(System.Int32,System.Boolean)"]

See Also