G3DCoordinateSystemGetIsolineFromTo Method |
Get a line along the axis designated by the argument id from the logical values r0 to r1.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void GetIsolineFromTo(
CSLineID id,
double r0,
double r1,
out IPolylineD3D path
)
Parameters
- id CSLineID
- Axis to draw the isoline along.
- r0 Double
- Start point of the isoline. The logical value of the other coordinate.
- r1 Double
- End point of the isoline. The logical value of the other coordinate.
- path IPolylineD3D
- Graphics path.
See Also