Click or drag to resize

ElemSet Constructor (String, Double)

create element set based on an element identifier

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ElemSet(
	string id,
	double split_length = 0.001
)

Parameters

id
Type: SystemString
identifier of elements to be part of the set
split_length (Optional)
Type: SystemDouble
minimum length for splitting elements. The split is not done if pieces shorter than split_length would result
See Also