Returns a copy with one coordinate replaced.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Logical3D WithR(
int axisNumber,
double r
)
Parameters
- axisNumber Int32
- The axis number.
- r Double
- The new coordinate value.
Return Value
Logical3DA copy with the specified coordinate replaced.
See Also