ModelElementcharacteristic_length Method
calculate characteristic length of the element.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public double characteristic_length(
List<Node> nodes
)
Public Function characteristic_length (
nodes As List(Of Node)
) As Double
public:
double characteristic_length(
List<Node^>^ nodes
)
member characteristic_length :
nodes : List<Node> -> float
- nodes ListNode
- nodes of the model.
Doublecharacteristic length of the element.