Click or drag to resize

CSPlaneIDFromPhysicalValue Method

Creates a plane identifier from a physical value.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static CSPlaneID FromPhysicalValue(
	int perpendicularAxisNumber,
	double physicalValue
)

Parameters

perpendicularAxisNumber  Int32
The axis perpendicular to the plane.
physicalValue  Double
The physical value along the perpendicular axis.

Return Value

CSPlaneID
A new plane identifier.
See Also