Computes a reflection of the edge.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Edge ReflectIn(
	Plane plane
)
Visual Basic (Declaration)
Public Function ReflectIn ( _
	plane As Plane _
) As Edge
Visual C++
public:
Edge^ ReflectIn(
	Plane^ plane
)

Parameters

plane
Type: ceometric.VectorGeometry..::.Plane
A plane the edge is reflected in.

Return Value

Returns the mirror edge of a reflection of the edge in plane.

See Also