ElemSet(String, Double) Constructor
Initializes a new instance of the
ElemSet class.
create element set based on an element identifier.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public ElemSet(
string id,
double split_length = 0.001
)
Public Sub New (
id As String,
Optional split_length As Double = 0.001
)
public:
ElemSet(
String^ id,
double split_length = 0.001
)
new :
id : string *
?split_length : float
(* Defaults:
let _split_length = defaultArg split_length 0.001
*)
-> ElemSet
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.