Description
Returns the matrix of mirroring with respect to plane.
Visual Basic
Public static Function Mirroring( plane As Plane ) As Matrix3d
C#
public static Matrix3d Mirroring( Plane plane );
Parameters
| Parameters | Description |
|---|---|
| Plane plane | Input mirror plane |