|
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)
Syntaxpublic abstract double SurfaceArea(
IReadOnlyList<Node> nodes
)
Public MustOverride Function SurfaceArea (
nodes As IReadOnlyList(Of Node)
) As Double
public:
virtual double SurfaceArea(
IReadOnlyList<Node^>^ nodes
) abstract
abstract SurfaceArea :
nodes : IReadOnlyList<Node> -> float
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