CSLineID(Int32, Logical3D) Constructor |
Constructs the identifier from the axis number, and a set of logical values. The part of the logical value that belongs to the provided axis number is ignored.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public CSLineID(
int parallelAxisNumber,
Logical3D logicalValuesOther
)
Parameters
- parallelAxisNumber Int32
- Number of the axis (0: X, 1: Y, 2: Z).
- logicalValuesOther Logical3D
- Set of values that determine the position of the axis line in the coordinate space.
See Also