You are here: Start » FIL.NET » Invoke.TranslatePoint3D
Translates a point by a vector.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TranslatePoint3D ( Fil.Point3D inPoint3D, Fil.Vector3D inDelta, bool inInverse, out Fil.Point3D outPoint3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3D | Fil.Point3D | |||
![]() | inDelta | Fil.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoint3D | Fil.Point3D |