Category Graphics and model display, Object ProText

Function ProTextRotationAngleCurrentSet


Description
Sets the rotational angle of Creo Parametric text output.
Replacement in Object TOOLKIT: pfcDisplay::RotationAngle
Synopsis
#include <ProGraphic.h>
ProErrorProTextRotationAngleCurrentSet(
double rotation_angle
/* (In)
The current text rotation angle for drawn graphics.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the rotational angle.

Manual References:

  1. User Interface: Basic Graphics: Controlling Text Attributes

Sample Code References:

  1. pt_examples ( TestText.c )
  2. pt_userguide ( UgGraphPolyLineDraw.c )