Category Sketches and sections, Object ProSection

Function ProSectionEntityIntersectionGet


Description
Get the intersection points of the two entities.
Synopsis
#include <ProSection.h>
ProErrorProSectionEntityIntersectionGet(
ProSection section
/* (In)
The section
*/
int ent_id_1
/* (In)
The first entity
*/
int ent_id_2
/* (In)
The second entity
*/
Pro2dPnt** intersect_pnts
/* (Out)
ProArray of points. Will be allocated by function. Release the memory using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully executed.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Element Trees: Sections: Modifying Entities
  2. Element Trees: Sections: Modifying Entities