API Reference > FacetModeler Namespace > Classes > Wrapper3D Class > Wrapper3D Methods > to3D Method > Wrapper3D::to3D Method (OdGeVector2d&, OdGeVector3d&)
Wrapper3D::to3D Method (OdGeVector2d&, OdGeVector3d&)
Syntax
C++
void to3D(const OdGeVector2d& rSource2D, OdGeVector3d& rDest3D) const;
Parameters 
Description 
const OdGeVector2d& rSource2D 
[in] 2D vector to transform.  
OdGeVector3d& rDest3D 
[out] 3D resulting vector. 

Transforms a vector to the 3D coordinate system by applying a transformation matrix. 

 

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