Click or drag to resize

MeshResultsVisitorParallelVisitElements Method (ListString)

let visitor visit all fem elements that correspond to the given identifiers. If no identifiers are given all elements are visited.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override void VisitElements(
	List<string> ids = null
)

Parameters

ids (Optional)
Type: System.Collections.GenericListString
identifier of the elements to be visited.
See Also