Click or drag to resize

G3DCoordinateSystemGetPlaneInformation Method

Gets plane information for the specified plane identifier.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CSPlaneInformation GetPlaneInformation(
	CSPlaneID planeID
)

Parameters

planeID  CSPlaneID
The plane identifier.

Return Value

CSPlaneInformation
The corresponding plane information.
See Also