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

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

Syntax

C#
public static ModOp ReflectPoint(
	GeoPoint center
)
Visual Basic
Public Shared Function ReflectPoint ( _
	center As GeoPoint _
) As ModOp
Visual C++
public:
static ModOp ReflectPoint(
	GeoPoint center
)

Parameters

center
Type: CADability..::..GeoPoint

Return Value

resulting transformation

See Also