Share

Point3d.Mirror Method

Description

Returns the 3D point which is the result of mirroring of this point with respect to 3D line line in the same plane.

C#

public Point3d Mirror(
    Plane plane
);

Visual Basic

Public Function Mirror(
    plane As Plane
) As Point3d

Parameters

Parameters Description
Plane plane Input line of symmetry

Links

Point3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?