API Reference > Functions > geIsDir2dOnSurfCoincide3d Function
geIsDir2dOnSurfCoincide3d Function
Syntax
C++
GE_TOOLKIT_EXPORT OdResult geIsDir2dOnSurfCoincide3d(const OdGeSurface* pSurf, const OdGeCurve3d* pCurve, const OdGeCurve2d* pParamCurve, bool& isCoincide, const OdGeTol& tol = OdGeContext::gTol);

GeGbl.h

Parameters 
Description 
const OdGeSurface* pSurf 
[in] Surface.  
const OdGeCurve3d* pCurve 
[in] 3d curve that lie on pSurf.  
const OdGeCurve2d* pParamCurve 
[in] 2d parametric curve which corresponds to pCurve on pSurf.  
bool& isCoincide 
[out] Coincide flag.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Determine is direction of 3d curve is the same as direction of curve on surface that can be gotten via 2d parametric curve. 

 

3d curve should lie on surface with tolerance tol. 

Corresponding C++ library: TD_Ge

Copyright © 2002–2020. Open Design Alliance. All rights reserved.