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


