API Reference > FacetModeler Namespace > Classes > Face Class > Face Methods > Face::profile Method
Face::profile Method
Syntax
C++
void profile(Profile3D& rResult, const OdGePlane* pPlane = NULL, bool bIncludeHoles = true) const;
Parameters 
Description 
Profile3D& rResult 
[out] Resulting three-dimensional profile.  
const OdGePlane* pPlane = NULL 
[in] Pointer to the plane on which the result is projected.  
bool bIncludeHoles = true 
[in] true for including holes in the result. 

Calculates a 3D profile with a transformation. 

 

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