Click or drag to resize

G3DCoordinateSystemGetJoinedPlaneIdentifier Method

Returns the union of known plane identifiers and the supplied identifier sequences.

Namespace: Altaxo.Graph.Graph3D
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
The axis-style identifiers whose parallel planes should be included.
list2  IEnumerableCSPlaneID
The additional plane identifiers to include.

Return Value

IEnumerableCSPlaneID
A sequence containing the known plane identifiers and any additional unique identifiers from the supplied sequences.
See Also