GetPoint3DGridPoint_Interpolated
Returns an interpolated single point of a point 3D grid.
Syntax
C++
C#
Python
def GetPoint3DGridPoint_Interpolated( inPoint3DGrid: Point3DGrid, inX: float, inY: float, /, *, inOffsetX: float = 0, inOffsetY: float = 0, inStepX: float = 1.0, inStepY: float = 1.0, inInterpolationRadius: int = 1 ) -> outPoint: Point3D
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPoint3DGrid | Point3DGrid | Input point 3D grid | ||
![]() |
inOffsetX | float | 0 | Defines offset of the input grid along X axis | |
![]() |
inOffsetY | float | 0 | Defines offset of the input grid along Y axis | |
![]() |
inStepX | float | 0.01 - ![]() |
1.0 | Defines step of the input grid along X axis |
![]() |
inStepY | float | 0.01 - ![]() |
1.0 | Defines step of the input grid along Y axis |
![]() |
inX | float | X coordinate of the input point | ||
![]() |
inY | float | Y coordinate of the input point | ||
![]() |
inInterpolationRadius | int | 0 - 65535 | 1 | Radius of vicinity taking into account to interpolate not existing point |
![]() |
outPoint | Point3D | Output point |



