CSLineIDGetLogicalPoint Method |
Gets a logical point on the line.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Logical3D GetLogicalPoint(
double logicalCoordOnLine
)
Parameters
- logicalCoordOnLine Double
- Is the coordinate of the axis[parallelaxisnumber]. The other two values are determined by the values stored internally.
Return Value
Logical3DThe logical point on the axis.
See Also