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


