Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDb3dProfile::mergeProfiles Method
Syntax
C++
static OdResult mergeProfiles(const OdArray<OdDb3dProfile*>& profileArr, bool mergeEdges, bool mergeCurves, OdArray<OdDb3dProfile*>& mergedProfileArr);

Merges connected sets of profiles into one or more profiles 

 

Parameters
Description
profileArr
[in] Input array of profiles that are to be merged.
mergeEdges
[in] If this parameter is false then any edge profiles in the input array will not be merged and will be copied directly to the ouput array.
mergeCurves
[in] If this parameter is false then any curve profiles in the input array will not be merged and will be copied directly to the ouput array.
mergedProfileArr
[out] Output array of merged profiles. The caller is responsible for deleting all objects that are returned in this array.

eOk if successful.

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