G3DCoordinateSystemGetIsolineOnPlane Method |
Draws an isoline on a plane beginning from r0 to r1. For r0,r1 either ry0,ry1 is used (if it is an x-axis),
otherwise rx0,rx1 is used. The other parameter pair is not used.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void GetIsolineOnPlane(
CSPlaneID id,
Logical3D r0,
Logical3D r1,
IPolylineD3D path
)
Parameters
- id CSPlaneID
- The axis to end the isoline.
- r0 Logical3D
- Logical coordinate of the start point.
- r1 Logical3D
- Logical coordinate of the end point.
- path IPolylineD3D
- Graphics path to fill with the isoline.
See Also