Share

Matrix3d.Mirroring(Plane) Method

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

Links

Matrix3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?