EIF_SelfIntersecting


Check the self-intersecting condition of Solids.

Synopsis


int EIF_SelfIntersecting( numpnt, pnts, styles )

Input Parameters


int     numpnt; double *pnts; int    *styles;

Returns

The returned value means:

1 (true) - the geometry is self-intersecting

0 (false) - the geometry is correct.

Arguments

numpnt

The number of points to be checked.
 

pnts
 

The geometry of the points to be checked.

styles

Linestyle

Description

This function can be used check the self intersecting status. After the model file has been opened  the call to this function returns self-intersecting status of the solid.