API Documentation > Geometry items > Object ProCsys > Function ProCsysInit
Function ProCsysInit
Description
Initializes the ProCsys handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCsys.h>
ProCsysInit
(
ProSolid owner_handle
/* (In)
The solid owner of the coordinate system
*/
int csys_id
/* (In)
The identifier of the coordinate system
*/
ProCsys* 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
Was this helpful?