TransformCircle3D
Applies a general transformation expressed by a matrix to a 3D circle.
Syntax
C++
C#
Python
def TransformCircle3D( inCircle3D: Circle3D, inTransform: Matrix, /, *, inInverse: bool = False ) -> outCircle3D: Circle3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle3D | Circle3D | ||
![]() |
inTransform | Matrix | Transformation 3x3 or 4x4 matrix | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outCircle3D | Circle3D |


