Click or drag to resize

ModelElementStraightLineis_vertical Method

Gets true if element is vertical.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool is_vertical(
	List<Node> nodes
)

Parameters

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

Return Value

Type: Boolean
True if element is vertical.
See Also