Click or drag to resize

ModelBuilder Constructor

Initializes a new instance of the ModelBuilder class. Creates new model-builder.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ModelBuilder(
	double limit_dist
)

Parameters

limit_dist
Type: SystemDouble
limit distance for snapping together neighboring points.
See Also