You are here: Start » FIL.NET » FIS.TransformLine3D Method
FIS.TransformLine3D Method
Applies a general transformation expressed by a matrix to a 3D line.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void TransformLine3D ( FilNet.Line3D inLine3D, FilNet.Matrix inTransform, bool inInverse, out FilNet.Line3D outLine3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine3D | FilNet.Line3D | |||
![]() | inTransform | FilNet.Matrix | Transformation 3x3 or 4x4 matrix. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outLine3D | FilNet.Line3D |