Share

Matrix3d.Mirroring(Point3d) Method

Description

Returns the matrix of mirroring with respect to pointValue. This is the same as central symmetry with a center point.

Visual Basic

Public static Function Mirroring(
    pointValue As Point3d
) As Matrix3d

C#

public static Matrix3d Mirroring(
    Point3d pointValue
);

Parameters

Parameters Description
Point3d pointValue Input point of symmetry

Links

Matrix3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?