Category Geometry items, Object ProCsys

Function ProCsysInit


Description
Initializes the ProCsys handle.
Replacement in Object TOOLKIT: wfcWSolid::GetCsys
Synopsis
#include <ProCsys.h>
ProErrorProCsysInit(
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
PRO_TK_NO_ERRORThe function successfully initialized the handle.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Core: 3D Geometry: Visiting Solid Geometry

Sample Code References:

  1. pt_examples ( TestGeom.c )
  2. pt_examples ( UtilGeom.c )
  3. pt_examples ( TestDrwView.c )
  4. pt_examples ( TestRay.c )
  5. pt_examples ( TestCavityLayout.c )
  6. pt_userguide ( UgXsecMassProps.c )