G3DCoordinateSystemGetPointOnPlane(CSPlaneID, Logical3D) Method |
Gets the point on the specified plane at the given logical coordinates.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD3D GetPointOnPlane(
CSPlaneID id,
Logical3D r
)
Parameters
- id CSPlaneID
- The plane identifier.
- r Logical3D
- The logical coordinates on the plane.
Return Value
PointD3DThe corresponding point in layer coordinates.
See Also