Description
Returns the 3D point which is the result of mirroring of this point with respect to 3D line line in the same plane.
Visual Basic
Public Function Mirror( plane As Plane ) As Point3d
C#
public Point3d Mirror( Plane plane );
Parameters
Parameters | Description |
---|---|
Plane plane | Input line of symmetry |