Click or drag to resize

G3DCoordinateSystemGetIsolineFromPlaneToPoint Method

Draws an isoline beginning from a plane to the given point.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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