You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.TranslatePlane
Shifts a plane in 3D by a vector.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TranslatePlane ( FilNet.Plane3D inPlane, FilNet.Vector3D inDelta, bool inInverse, out FilNet.Plane3D outPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPlane | FilNet.Plane3D | Input plane. | ||
![]() | inDelta | FilNet.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPlane | FilNet.Plane3D | Shifted plane. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite plane on input in TranslatePlane. |