API Reference > FacetModeler Namespace > Classes > Profile2D Class > Profile2D Methods > Profile2D::split Method
Profile2D::split Method
Syntax
C++
void split(const OdGeLine2d& lCutter, Profile2D& rRght, Profile2D& rLeft) const;
Parameters 
Description 
const OdGeLine2d& lCutter 
[in] Cut line.  
Profile2D& rRght 
[out] Right resulting profile.  
Profile2D& rLeft 
[out] Left resulting profile. 

Splits the profile with a line. 

 

The left side is the half-plane of the profile, which is located to the left of the straight line direction.

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