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