API Reference > FacetModeler Namespace > Classes > Profile2D Class > Profile2D Methods > Profile2D::explodeTo Method
Profile2D::explodeTo Method
Syntax
C++
Result explodeTo(Profile2D& rDestProfile, const DeviationParams& devDeviation = FMGeGbl::gDefDev, OdUInt32 uArcMetadata = 0) const;
Parameters 
Description 
Profile2D& rDestProfile 
[out] Resulting profile.  
const DeviationParams& devDeviation = FMGeGbl::gDefDev 
[in] Deviation parameters.  
OdUInt32 uArcMetadata = 0 
[in] (Optional) Metadata to set.  

eOk if the exploding succeeded, or a corresponding error type otherwise.

Explodes all contours. 

 

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