Click or drag to resize

CSLineID(Int32, Double, Double) Constructor

Initializes a 3D identifier from the parallel axis and the logical values of the perpendicular axes.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSLineID(
	int parallelAxisNumber,
	double logicalValueOtherFirst,
	double logicalValueOtherSecond
)

Parameters

parallelAxisNumber  Int32
Number of the parallel axis (0 = X, 1 = Y, 2 = Z).
logicalValueOtherFirst  Double
The logical value of the first perpendicular axis.
logicalValueOtherSecond  Double
The logical value of the second perpendicular axis.
See Also