You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.TransformPlane
Applies a general transformation expressed by a matrix to a plane.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TransformPlane ( FilNet.Plane3D inPlane, FilNet.Matrix inTransform, bool inInverse, out FilNet.Plane3D outPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPlane | FilNet.Plane3D | |||
![]() | inTransform | FilNet.Matrix | Transformation 3x3 or 4x4 matrix. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPlane | FilNet.Plane3D |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Singular matrix not allowed in TransformPlane. |
DomainError | Transformation matrix size must be 3x3 or 4x4 in TransformPlane. |