Click or drag to resize

ModelElementSurfaceArea Method

Gets the surface area of the element in [m2].

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public abstract double SurfaceArea(
	IReadOnlyList<Node> nodes
)

Parameters

nodes
Type: System.Collections.GenericIReadOnlyListNode
Nodes of the model.

Return Value

Type: Double

[Missing <returns> documentation for "M:Karamba.Elements.ModelElement.SurfaceArea(System.Collections.Generic.IReadOnlyList{Karamba.Nodes.Node})"]

See Also