| G3DCoordinateSystemGetLogicalDirection Method | 
            Gets the logical direction to the sides of an axis.
            
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic Logical3D GetLogicalDirection(
	int parallelAxisNumber,
	CSAxisSide side
)
Parameters
- parallelAxisNumber  Int32
- Number of the axis (0: X, 1: Y, 2: Z).
- side  CSAxisSide
- Designates the sides of the axis.
Return Value
Logical3DThe logical direction to the given side. The returned vector is normalized.
 See Also
See Also