G2DCoordinateSystemGetJoinedPlaneIdentifier Method |
Gets the union of planes derived from known axes and the specified plane identifiers.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
IEnumerableCSPlaneIDThe merged sequence of plane identifiers.
See Also