Click or drag to resize

MultipleSingleLinesObjectOutline Constructor

Initializes a new instance of the MultipleSingleLinesObjectOutline class.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MultipleSingleLinesObjectOutline(
	double thickness1,
	double thickness2,
	IEnumerable<LineD3D> lines,
	Matrix4x3 localToWorldTransformation
)

Parameters

thickness1  Double
The thickness in west-east direction.
thickness2  Double
The thickness in north-south direction.
lines  IEnumerableLineD3D
The lines.
localToWorldTransformation  Matrix4x3
The local-to-world transformation.
See Also