API Reference > FacetModeler Namespace > Classes > Body Class > Body Methods > slice Method > Body::slice Method (OdGePlane&, Profile3D&, bool)
Body::slice Method (OdGePlane&, Profile3D&, bool)
Syntax
C++
void slice(const OdGePlane& rCutter, Profile3D& rResult, bool bIncludeBoundary = true) const;
Parameters 
Description 
const OdGePlane& rCutter 
[in] Cutting plane to slice the body.  
Profile3D& rResult 
[out] Resulting profile.  
bool bIncludeBoundary = true 
[in] true to include bounds in the resulting profile, false to exclude. 

Gets a slice profile created by the specified plane. 

 

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