API Reference > OdGe Classes > OdGeSurfaceCurve2dTo3d Class
OdGeSurfaceCurve2dTo3d Class
OdGeSurfaceCurve2dTo3dOdGeSurfaceCurve2dTo3dOdGeSurfaceCurve2dTo3d
Syntax
C++
class OdGeSurfaceCurve2dTo3d : public OdGeCurve3d;

GeSurfaceCurve2dTo3d.h

This class provides a 3D representation for curves defined in the 2D surface parameter space.

A OdGeSurfaceCurve2dTo3d object is a 3D curve, and a point of this curve at specific parameter value can be calculated by evaluating a point of the UV-curve at the corresponding parameter value: pointCurve3d = pSurf->evalPoint(pUVCurve->evalPoint(param)); 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
This is the overview for the OdGeSurfaceCurve2dTo3d constructor overload. 
 
Name 
Description 
 
Defines ownership flag states. 
 
Name 
Description 
 
Returns the stored UV curve. 
 
Returns the geometric extents of this curve.
 
 
Returns the stored parametric surface. 
 
Name 
Description 
 
= 
Copies the input OdGeSurfaceCurve2dTo3d.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.