| Description |
| Get the selection reference of the entity |
| Synopsis |
| #include <ProSection.h> |
| ProError | ProSectionEntityGetSelected | ( |
| ProSection handle | |
| /*
(In) |
| The section handle |
| */ |
| int entity_id | |
| /*
(In) |
| The entity identifier |
| */ |
| ProSectionPointType pnt_type | |
| /*
(In) |
| selected point type. |
| */ |
| Pro2dPnt pnt | |
| /*
(In) |
| location on the entity geometry (may be NULL) |
| */ |
| int idx_pnt | |
| /*
(In) |
| Index of interpolation spline point (PRO_VALUE_UNUSED if not a spline entity) Used interpolation point instead pnt in creation ProSelection if idx_pnt is set up. |
| */ |
| ProSelection* p_ref_entity | |
| /*
(Out) |
| The allocated selection object. |
| */ |
| ) |
| Returns |
|
|