Function ProPointInit
Description
Initializes the ProPoint handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProPoint.h>
ProPointInit
(
ProSolid owner_handle
/* (In)
The solid owner of the point
*/
int point_id
/* (In)
The point identifier
*/
ProPoint* p_handle
/* (Out)
The handle being initialized
*/
)
Returns
The function successfully initialized the handle.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?