Category Geometry items, Object ProCurve

Function ProCurvePersistentColorGet


Description
Finds the color of the specified curve.
Replacement in Object TOOLKIT: wfcWCurve::GetColorType
Synopsis
#include <ProCurve.h>
ProErrorProCurvePersistentColorGet(
ProCurve p_curve
/* (In)
The curve handle
*/
ProColortype* p_color
/* (Out)
The retrieved color of the curve
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Core: 3D Geometry: Visiting Solid Geometry
  2. Core: 3D Geometry: Visiting Solid Geometry

Sample Code References:

  1. pt_examples ( TestGraphics.c )