G3DCoordinateSystemGetIsolineFromPointToPlane Method |
Gets an isoline beginning from a given point to the axis.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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