G3DCoordinateSystemGetJoinedPlaneIdentifier Method |
Returns the union of known plane identifiers and the supplied identifier sequences.
Namespace: Altaxo.Graph.Graph3DAssembly: 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
- The axis-style identifiers whose parallel planes should be included.
- list2 IEnumerableCSPlaneID
- The additional plane identifiers to include.
Return Value
IEnumerableCSPlaneIDA sequence containing the known plane identifiers and any additional unique identifiers from the supplied sequences.
See Also