TranslatePoint3D_Toward
Translates a point in 3D towards another point in 3D by a specified distance.
Syntax
C++
C#
Python
def TranslatePoint3D_Toward( inPoint3D: Point3D, inTargetPoint: Point3D, inDistance: float, /, *, inInverse: bool = False ) -> outPoint3D: Point3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3D | Point3D | ||
![]() |
inTargetPoint | Point3D | Defines the direction of the translation | |
![]() |
inDistance | float | The distance between inPoint3D and outPoint3D | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outPoint3D | Point3D |


