API Reference > Classes > PRC Curve Classes > OdPrc2dCurveOnSurfaceCurve3d Class
OdPrc2dCurveOnSurfaceCurve3d Class
OdPrc2dCurveOnSurfaceCurve3dOdPrc2dCurveOnSurfaceCurve3dOdPrc2dCurveOnSurfaceCurve3d
Syntax
C++
class OdPrc2dCurveOnSurfaceCurve3d : public OdPrcCurve3d;

Prc2dCurveOnSurfaceCurve3d.h

 

Class representing a three-dimensional curve defined through a UV-curve lying in the surface's domain. On-surface curves can be parameterized and transformed for positioning in model space.

Transformation can be one of the following:

Value Description 
0x00 Identity 
0x01 Translate 
0x02 Rotate 
0x08 Scale 

 

OdPrc2dCurveOnSurfaceCurve3d inherits the OdPrcCurve class and can be reparameterized and trimmed using the OdPrcParameterization class and setParameterization() method.

Returns the current base surface of the on-surface curve. 
Returns the current uv-curve of the on-surface curve. 
Sets a new base surface of the on-surface curve.  
Sets a new uv-curve for the on-surface curve.  
Sets a new value of tolerance for the on-surface curve.  
Returns the current tolerance value of the on-surface curve. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.