Click or drag to resize

CSPlaneIDGetPlaneParallelToAxis2D Method

Gets the plane parallel to the specified 2D axis.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static CSPlaneID GetPlaneParallelToAxis2D(
	CSLineID id
)

Parameters

id  CSLineID
The axis identifier.

Return Value

CSPlaneID
The corresponding plane identifier.
See Also