Click or drag to resize

G2DCoordinateSystemGetJoinedPlaneIdentifier Method

Gets the union of planes derived from known axes and the specified plane identifiers.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<CSPlaneID> GetJoinedPlaneIdentifier(
	IEnumerable<CSLineID> list1,
	IEnumerable<CSPlaneID> list2
)

Parameters

list1  IEnumerableCSLineID
A sequence of axis identifiers whose parallel planes are included.
list2  IEnumerableCSPlaneID
A sequence of plane identifiers to include.

Return Value

IEnumerableCSPlaneID
The merged sequence of plane identifiers.
See Also