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.3179.0 (4.8.3179.0)
Syntax
C#
public static IEnumerable<CSPlaneID> GetPlanesParallelToAxis3D(
	CSLineID id
)

Parameters

id  CSLineID
The line identifier.

Return Value

IEnumerableCSPlaneID

[Missing <returns> documentation for "M:Altaxo.Graph.CSPlaneID.GetPlanesParallelToAxis3D(Altaxo.Graph.CSLineID)"]

See Also