CRPLSU   

Equivalent PK functions: PK_PLANE_create

CRPLSU ( posn, normal, plane, ifail )
=====================================

  Create a planar surface.

Receives:
  KI_vec_position           posn           --- position on plane
  KI_vec_normal             normal         --- normal direction

Returns:
  KI_tag_surface           *plane          --- planar surface
  KI_cod_error             *ifail          --- failure code


Description:
  An unbounded plane is created passing through 'posn'. The surface normal
  is in the same direction as the given normal.