You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.TransformCircle3D
Applies a general transformation expressed by a matrix to a 3D circle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TransformCircle3D ( FilNet.Circle3D inCircle3D, FilNet.Matrix inTransform, bool inInverse, out FilNet.Circle3D outCircle3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle3D | FilNet.Circle3D | |||
![]() | inTransform | FilNet.Matrix | Transformation 3x3 or 4x4 matrix. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outCircle3D | FilNet.Circle3D |