API Reference > FacetModeler Namespace > Classes > Contour3D Class > Contour3D Constructor > Contour3D::Contour3D Constructor (Contour2D&, OdGeMatrix3d&)
Contour3D::Contour3D Constructor (Contour2D&, OdGeMatrix3d&)
Syntax
C++
explicit Contour3D(const Contour2D& rFrom2d, const OdGeMatrix3d& rMatrix = OdGeMatrix3d::kIdentity);
Parameters 
Description 
const Contour2D& rFrom2d 
[in] 2D contour.  
const OdGeMatrix3d& rMatrix = OdGeMatrix3d::kIdentity 
[in] Transformation matrix. 

Constructor. Creates a Contour3D object with the specified 2D contour and transformation matrix. 

 

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