|
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)
Syntaxpublic void buildFEModel(
bool soft_kill = true
)
Public Sub buildFEModel (
Optional soft_kill As Boolean = true
)
public:
void buildFEModel(
bool soft_kill = true
)
member buildFEModel :
?soft_kill : bool
(* Defaults:
let _soft_kill = defaultArg soft_kill true
*)
-> unit
Parameters
- soft_kill (Optional)
- Type: SystemBoolean
true if soft-kill procedure shall be applied.
See Also