Click or drag to resize

ElementGeometryVisitorresult Method (ListLine3, ListIMesh)

add the visitors resulting meshes and curves to the given meshes and curves

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void result(
	List<Line3> lines,
	List<IMesh> meshes
)

Parameters

lines
Type: System.Collections.GenericListLine3
List of lines to add results to
meshes
Type: System.Collections.GenericListIMesh
List of meshes to add results to
See Also