|
ModelSpringSurfaceArea Method
|
Gets surface area of a spring which is zero.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic override double SurfaceArea(
IReadOnlyList<Node> nodes
)
Public Overrides Function SurfaceArea (
nodes As IReadOnlyList(Of Node)
) As Double
public:
virtual double SurfaceArea(
IReadOnlyList<Node^>^ nodes
) override
abstract SurfaceArea :
nodes : IReadOnlyList<Node> -> float
override SurfaceArea :
nodes : IReadOnlyList<Node> -> float Parameters
- nodes
- Type: System.Collections.GenericIReadOnlyListNode
nodes of the model.
Return Value
Type:
DoubleSurface area of a spring which is zero.
See Also