RescalePoint3DGrid
Changes the distances of grid points to a reference point.
Syntax
C++
C#
Python
def RescalePoint3DGrid( inGrid: Point3DGrid, inReferencePoint: Point3D, outGrid: Point3DGrid, /, *, inScale: float = 1.0, inInverse: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inGrid | Point3DGrid | ||
![]() |
inReferencePoint | Point3D | Point to which the distances will be changed | |
![]() |
inScale | float | 1.0 | Scaling factor |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outGrid | Point3DGrid |
Hardware Acceleration
This operation is optimized for SSE41 technology.
This operation is optimized for AVX2 technology.
This operation is optimized for NEON technology.


