API Documentation > Sketches and sections > Object ProSection > Function ProSectionEntityReferenceGet
Function ProSectionEntityReferenceGet
Description
Return the geometry referenced by a projection entity.
Synopsis
#include <ProSection.h>
ProSectionEntityReferenceGet
(
ProSection section
/* (In)
The section handle.
*/
int ent_id
/* (In)
The projected entity id.
*/
ProSelection* reference
/* (Out)
The 3D geometric entity referenced by the projected entity.
*/
)
Returns
The function succeeded.
One or more arguments is invalid.
The entity is not a projected entity.
The function does not support entity type PRO_2D_COMPOSITE_CURVE.
Sample Code References
User Guide References
Was this helpful?