You are here: Start » FIL.NET » Invoke.TranslatePoint3DArray
Translates an array of points by a vector.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TranslatePoint3DArray ( List<Fil.Point3D> inPoints3D, Fil.Vector3D inDelta, bool inInverse, List<Fil.Point3D> outPoints3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints3D | System.Collections.Generic.List<Fil.Point3D> | |||
![]() | inDelta | Fil.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoints3D | System.Collections.Generic.List<Fil.Point3D> |