Click or drag to resize

CSPlaneID(Int32, Int32) Constructor

Initializes a new instance of the CSPlaneID class using an integral logical value.

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

Parameters

perpendicularAxisNumber  Int32
The axis perpendicular to the plane.
logicalValue  Int32
The logical value along the perpendicular axis.
See Also