Click or drag to resize

ModelElementStraightLinehas_zero_length Method

return true if the beam has zero length

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool has_zero_length(
	IReadOnlyList<Node> vertices
)

Parameters

vertices
Type: System.Collections.GenericIReadOnlyListNode

[Missing <param name="vertices"/> documentation for "M:Karamba.Elements.ModelElementStraightLine.has_zero_length(System.Collections.Generic.IReadOnlyList{Karamba.Nodes.Node})"]

Return Value

Type: Boolean

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

See Also