CSLineID(Int32, Logical3D) Constructor |
Initializes a new instance of the
CSLineID class from a logical point template.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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