G3DCoordinateSystemGetIsolineFromPlaneToPoint Method |
Draws an isoline beginning from a plane to the given point.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void GetIsolineFromPlaneToPoint(
CSPlaneID id,
Logical3D r,
out IPolylineD3D path
)
Parameters
- id CSPlaneID
- The logical plane to start drawing from.
- r Logical3D
- Logical coordinates of the end point.
- path IPolylineD3D
- Graphics path to fill with the isoline.
See Also