CSPlaneIDGetPlanesParallelToAxis3D Method |
Gets the two planes parallel to the provided axis that are oriented to the main coordinate system axes.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IEnumerable<CSPlaneID> GetPlanesParallelToAxis3D(
CSLineID id
)
Parameters
- id CSLineID
- The line identifier.
Return Value
IEnumerableCSPlaneID[Missing <returns> documentation for "M:Altaxo.Graph.CSPlaneID.GetPlanesParallelToAxis3D(Altaxo.Graph.CSLineID)"]
See Also