Click or drag to resize

ModelSpringpointsOnAxis Method

creates point at given maximum distance along the axis

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override 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