Click or drag to resize

PolylineObjectOutline Constructor

Initializes a new instance of the PolylineObjectOutline class.

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

Parameters

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