Click or drag to resize

MeshFebBeso Constructor

construct mesh out of feb-model-mesh-group

Namespace:  Karamba.Algorithms.BESOShellProcedure
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MeshFebBeso(
	Model model,
	ShellMesh shell_mesh,
	double kill_thick
)

Parameters

model
Type: Model

[Missing <param name="model"/> documentation for "M:Karamba.Algorithms.BESOShellProcedure.MeshFebBeso.#ctor(feb.Model,feb.ShellMesh,System.Double)"]

shell_mesh
Type: ShellMesh

[Missing <param name="shell_mesh"/> documentation for "M:Karamba.Algorithms.BESOShellProcedure.MeshFebBeso.#ctor(feb.Model,feb.ShellMesh,System.Double)"]

kill_thick
Type: SystemDouble
display thickness to be used for inactive elements
See Also