Close
Relief for ODA Team in Ukraine
Learn more
ODA Drawings SDK
API Reference
>
OdDb Classes
>
OdDb3dProfile Class
>
OdDb3dProfile Methods
>
OdDb3dProfile::mergeProfiles Method
OdDb3dProfile::mergeProfiles Method
Syntax
C++
static
OdResult
mergeProfiles
(
const
OdArray<
OdDb3dProfile
*>&
profileArr
,
bool
mergeEdges
,
bool
mergeCurves
, OdArray<
OdDb3dProfile
*>&
mergedProfileArr
);
Description
Merges connected sets of profiles into one or more profiles
Parameters
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.
Returns
eOk if successful.
Links
OdDb3dProfile Class
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!