Click or drag to resize

ElementDisplacedGeometryVisitorParallelVisitElements Method

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: 1.0.0.0 (1.0.0.0)
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