Click or drag to resize

CSPlaneIDGetPlanesParallelToAxis3D Method

Gets the two planes parallel to the provided axis that are oriented to the main coordinate system axes.

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

Parameters

id  CSLineID
The line identifier.

Return Value

IEnumerableCSPlaneID
The planes parallel to the axis represented by id.
See Also