Click or drag to resize

G3DCoordinateSystemGetIsolineFromPointToPlane Method

Gets an isoline beginning from a given point to the axis.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void GetIsolineFromPointToPlane(
	Logical3D r,
	CSPlaneID id,
	out IPolylineD3D path
)

Parameters

r  Logical3D
Logical coordinate of the start point.
id  CSPlaneID
The logical plane to end the isoline.
path  IPolylineD3D
Graphics path to fill with the isoline.
See Also