CADability dotNET
Returns a 3-dimensional curve from the given 2-dimensional curve. the 2-dimensional curve is interpreted in the u/v system of the surface.

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

Syntax

C#
ICurve Make3dCurve(
	ICurve2D curve2d
)
Visual Basic
Function Make3dCurve ( _
	curve2d As ICurve2D _
) As ICurve
Visual C++
ICurve^ Make3dCurve(
	ICurve2D^ curve2d
)

Parameters

curve2d
Type: CADability.Curve2D..::..ICurve2D
the base curve

Return Value

corresponding 3-d curve

See Also