Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePointOnSurface::tangentVector Method (const OdGeVector2d&)
Syntax
C++
OdGeVector3d tangentVector(const OdGeVector2d& vect) const;

Maps the specified vector to the tangent plane of the surface at the point corresponding to the parameter 

 

Parameters
Description
vect
[in] Any 2D vector.

The tangent vector is mapped as follows: 

tangentVector = uDeriv(1) * vect.x + vDeriv(1) * vect.y 

Currently not implemented.

Copyright © 2002-2022. Open Design Alliance All rights reserved.