Category Geometry items, Object ProCurve

Function ProCurvePersistentLinestyleGet


Description
Finds the linestyle of the specified curve.
Replacement in Object TOOLKIT: wfcWCurve::GetLineStyle
Synopsis
#include <ProCurve.h>
ProErrorProCurvePersistentLinestyleGet(
ProCurve p_curve
/* (In)
The curve handle
*/
ProLinestyle* p_linestyle
/* (Out)
The retrieved linestyle 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 )