API Documentation > Features > Object ProFeature > Function ProFeatureShrinkwrapGetRefCopyGeoms
Function ProFeatureShrinkwrapGetRefCopyGeoms
Description
Collects Shrinkwrap feat Reference Copy geometry features
Synopsis
#include <ProFeature.h>
ProFeatureShrinkwrapGetRefCopyGeoms
(
ProFeature* feature
/* (In)
The feature handle.
*/
ProFeature** ShrinkWrapRefCopyGeoms
/* (Out)
ProArray of Reference Copy geometry features. The function allocates the memory for this argument. Use the function ProArrayFree() to free the memory. This argument is not allowed to be NULL.
*/
)
Returns
The function successfully finished.
input argument is invalid.
User Guide References
Was this helpful?