You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.TranslatePoint3D

FIL.TranslatePoint3D

Translates a point by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TranslatePoint3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Vector3D inDelta,
	bool inInverse,
	out FilNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inDeltaFilNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPoint3DFilNet.Point3D

See also