CSPlaneIDFromPhysicalValue Method |
Creates a plane identifier from a physical value.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
CSPlaneIDA new plane identifier.
See Also