CRCAPO   

Equivalent PK functions: PK_POINT_create

CRCAPO ( x, y, z, point, ifail )
================================

  Create a cartesian point.

Receives:
  double                   *x              --- X coordinate value
  double                   *y              --- Y coordinate value
  double                   *z              --- Z coordinate value

Returns:
  KI_tag_point             *point          --- cartesian point
  KI_cod_error             *ifail          --- failure code

Specific errors:
  KI_bad_position           point must lie within the size box

Description:
  A point is created with the given coordinates.