You are here: Start » FIL.NET » Invoke.TransformSegment3D
Applies a general transformation expressed by a matrix to a 3D segment.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TransformSegment3D ( Fil.Segment3D inSegment3D, Fil.Matrix inTransform, bool inInverse, out Fil.Segment3D outSegment3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment3D | Fil.Segment3D | |||
![]() | inTransform | Fil.Matrix | Transformation 3x3 or 4x4 matrix. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outSegment3D | Fil.Segment3D |