ElemSet(String, Double) Constructor

Initializes a new instance of the ElemSet class. create element set based on an element identifier.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public ElemSet(
	string id,
	double split_length = 0.001
)

Parameters

id  String
identifier of elements to be part of the set.
split_length  Double  (Optional)
minimum length for splitting elements. The split is not done if pieces shorter than split_length would result.

See Also