Click or drag to resize

CSLineID(Int32, Logical3D) Constructor

Initializes a new instance of the CSLineID class from a logical point template.

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

Parameters

parallelAxisNumber  Int32
Number of the axis that varies along the line.
logicalValuesOther  Logical3D
Logical coordinates whose component on the parallel axis is ignored.
See Also