Click or drag to resize

CSLineID(Int32, Double, Double) Constructor

Initialize a 3D identifier from the parallel axis and the physical value of the perpendicular axis.

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

Parameters

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