
Replacement in Object TOOLKIT: |

ProGeometryAtPointFind | |
( ProPart part /* (In) The part handle. */ Pro3dPnt point /* (In) A three-dimensional point, in the coordinates of the part. */ ProSelection** p_sel_arr /* (Out) An array of ProSelection, which has information about surfaces or edges on which the point is located. The function allocates space for this array; free it using ProSelectionarrayFree(). */ int* p_count /* (Out) The number of items on which the point lies. */ ) |

The function successfully evaluated the point. | |
One or more of the input arguments are invalid. | |
The surface or edge was not found. |


