CADability dotNET
Returns the 2-dimensional curve of this edge in the u/v system of the surface of the given face. If this is not an edge on the given face, null will be returned.

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

Syntax

C#
public ICurve2D Curve2D(
	Face onThisFace
)
Visual Basic
Public Function Curve2D ( _
	onThisFace As Face _
) As ICurve2D
Visual C++
public:
ICurve2D^ Curve2D(
	Face^ onThisFace
)

Parameters

onThisFace
Type: CADability.GeoObject..::..Face
on this face

Return Value

the 2-dimensional curve

See Also