'Declaration Public Function TryGetPointProjectionOnSlice( _
ByVal pointThe 3D point in MPR cube.As Vintasoft.Imaging.VintasoftPoint3D, _
ByRef projectionThe result 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
- The 3D point in MPR cube.
- projection
- The result projection.
Return Value
True if the point belongs to the slice; otherwise, false.