CADability dotNET
Constructs a ModOp, that performs a reflection about the given plane

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static ModOp ReflectPlane(
	Plane pln
)
Visual Basic
Public Shared Function ReflectPlane ( _
	pln As Plane _
) As ModOp
Visual C++
public:
static ModOp ReflectPlane(
	Plane pln
)

Parameters

pln
Type: CADability..::..Plane
plane for reflection

Return Value

resulting transformation

See Also