You are here: Start » FIL.NET » FIS.TranslatePoint3D_Toward Method
FIS.TranslatePoint3D_Toward Method
Translates a point in 3D towards another point in 3D by a specified distance.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void TranslatePoint3D_Toward ( FilNet.Point3D inPoint3D, FilNet.Point3D inTargetPoint, float inDistance, bool inInverse, out FilNet.Point3D outPoint3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3D | FilNet.Point3D | |||
![]() | inTargetPoint | FilNet.Point3D | Defines the direction of the translation. | ||
![]() | inDistance | float | The distance between inPoint3D and outPoint3D. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoint3D | FilNet.Point3D |