API 文件集 > Sketches and sections > Object ProSection > Function ProSectionEntityIntersectionGet
Function ProSectionEntityIntersectionGet
Description
Get the intersection points of the two entities.
Synopsis
#include <ProSection.h>
ProSectionEntityIntersectionGet
(
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
The function successfully executed.
One or more of the input arguments are invalid.
這是否有幫助?