Click or drag to resize

ModelElementStraightLinepointsOnAxis Method

creates point at given maximum distance along the axis.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual List<Point3> pointsOnAxis(
	List<Node> nodes,
	double max_dist,
	double min_dist
)

Parameters

nodes
Type: System.Collections.GenericListNode
nodes in the model.
max_dist
Type: SystemDouble
maximum distance between points.
min_dist
Type: SystemDouble
minimum distance between points.

Return Value

Type: ListPoint3
list of created points.
See Also