'Declaration Public Function TryGetPointProjectionOnSlice( _
ByVal point3D-точка в кубе MPR.As Vintasoft.Imaging.VintasoftPoint3D, _
ByRef projectionРезультирующая проекция.As Vintasoft.Primitives.VintasoftPoint _
) As Boolean
public bool TryGetPointProjectionOnSlice(
Vintasoft.Imaging.VintasoftPoint3D point,
out Vintasoft.Primitives.VintasoftPoint projection
)
public: bool TryGetPointProjectionOnSlice(
Vintasoft.Imaging.VintasoftPoint3D point,
[PARAMFLAG::Out] Vintasoft.Primitives.VintasoftPoint projection
)
public:
bool TryGetPointProjectionOnSlice(
Vintasoft.Imaging.VintasoftPoint3D point,
[Out] Vintasoft.Primitives.VintasoftPoint projection
)
Parameters
- point
- 3D-точка в кубе MPR.
- projection
- Результирующая проекция.
Return Value
True, если точка принадлежит срезу; в противном случае, false.