Click or drag to resize

CSLineIDFromPhysicalVariant(Int32, AltaxoVariant, AltaxoVariant) Method

Initialized 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 static CSLineID FromPhysicalVariant(
	int parallelAxisNumber,
	AltaxoVariant physicalValueOtherFirst,
	AltaxoVariant physicalValueOtherSecond
)

Parameters

parallelAxisNumber  Int32
Number of parallel axis (0->X, 1->Y, 2->Z).
physicalValueOtherFirst  AltaxoVariant
Physical value of the axis perpendicular to the parallel axis.
physicalValueOtherSecond  AltaxoVariant
Physical value of the axis perpendicular to the parallel axis and to the first other axis.

Return Value

CSLineID
A freshly created 2D line identifier.
See Also