Click or drag to resize

ModelElementcharacteristic_length Method

calculate characteristic length of the element

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double characteristic_length(
	List<Node> nodes
)

Parameters

nodes
Type: System.Collections.GenericListNode
nodes of the model

Return Value

Type: Double
characteristic length of the element
See Also