Click or drag to resize

IsoLinesCreate_iso_line Method

create an iso-line

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Create_iso_line(
	Line3 line,
	TriStream stream,
	bool smooth,
	out List<double> iso_value,
	out List<List<PolyLine3>> iso_line
)

Parameters

line
Type: Karamba.GeometryLine3
line which intersects the shell. The intersection point will be the source of the isoline
stream
Type: TriStream
C++ iso-line creator
smooth
Type: SystemBoolean
true if resulting lines shall be smooth (i.e. converted to a spline)
iso_value
Type: System.Collections.GenericListDouble
value of the property for which the isoline was generated
iso_line
Type: System.Collections.GenericListListPolyLine3
list of list of line-segments which are the iso-line. One sublist per branch
See Also