CSLineIDFromPhysicalVariant(Int32, AltaxoVariant, AltaxoVariant) Method |
Initialized a 3D identifier from the parallel axis and the physical value of the perpendicular axis.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static CSLineID FromPhysicalVariant(
int parallelAxisNumber,
AltaxoVariant physicalValueOtherFirst,
AltaxoVariant physicalValueOtherSecond
)
Parameters
- parallelAxisNumber Int32
- Number of parallel axis (0->X, 1->Y, 2->Z).
- physicalValueOtherFirst AltaxoVariant
- Physical value of the axis perpendicular to the parallel axis.
- physicalValueOtherSecond AltaxoVariant
- Physical value of the axis perpendicular to the parallel axis and to the first other axis.
Return Value
CSLineIDA freshly created 2D line identifier.
See Also