API Reference > Functions > getSnapGeometry Function
getSnapGeometry Function
Syntax
C++
OdResult OD_DLL_EXPORT getSnapGeometry(const OdDbPdfReferencePtr & pPdfRef, OdGiGeometry * pGrabber, const OdGePoint3d* pickPtMc);

PdfUnderlay.h

Parameters 
Description 
const OdDbPdfReferencePtr & pPdfRef 
[in] A PDF reference object that refers to the PDF content.  
OdGiGeometry * pGrabber 
[out] A raw pointer to the geometry grabber object. The method fills this object with exploded geometry.  
const OdGePoint3d* pickPtMc 
[in] A raw pointer to the snap points array.  

Returns a value of the OdResult enumeration that contains the result of the operation.

Retrieves snap PDF geometry for the referenced PDF entity.

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