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 |