CADability dotNET
Modifies this surface into a more canonical form and returns the modification for the parametric space which reverses this modification in 2d. Curves in the parametric space of this surface will become invalid unless modified by the returned transformation.

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

Syntax

C#
ModOp2D MakeCanonicalForm()
Visual Basic
Function MakeCanonicalForm As ModOp2D
Visual C++
ModOp2D MakeCanonicalForm()

Return Value

2d modification for the parametric space

See Also