Click or drag to resize

ElementDisplacedGeometryVisitorresult Method (ListPolyLine3, ListMesh3)

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<PolyLine3> curves,
	List<Mesh3> meshes
)

Parameters

curves
Type: System.Collections.GenericListPolyLine3
List of curves to add results to
meshes
Type: System.Collections.GenericListMesh3
List of meshes to add results to
See Also