Click or drag to resize

G3DCoordinateSystemGetJoinedPlaneIdentifier Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.G3DCoordinateSystem.GetJoinedPlaneIdentifier(System.Collections.Generic.IEnumerable{Altaxo.Graph.CSLineID},System.Collections.Generic.IEnumerable{Altaxo.Graph.CSPlaneID})"]


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

Parameters

list1  IEnumerableCSLineID

[Missing <param name="list1"/> documentation for "M:Altaxo.Graph.Graph3D.G3DCoordinateSystem.GetJoinedPlaneIdentifier(System.Collections.Generic.IEnumerable{Altaxo.Graph.CSLineID},System.Collections.Generic.IEnumerable{Altaxo.Graph.CSPlaneID})"]

list2  IEnumerableCSPlaneID

[Missing <param name="list2"/> documentation for "M:Altaxo.Graph.Graph3D.G3DCoordinateSystem.GetJoinedPlaneIdentifier(System.Collections.Generic.IEnumerable{Altaxo.Graph.CSLineID},System.Collections.Generic.IEnumerable{Altaxo.Graph.CSPlaneID})"]

Return Value

IEnumerableCSPlaneID

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.G3DCoordinateSystem.GetJoinedPlaneIdentifier(System.Collections.Generic.IEnumerable{Altaxo.Graph.CSLineID},System.Collections.Generic.IEnumerable{Altaxo.Graph.CSPlaneID})"]

See Also