Category Solids and parts, Object ProSolid

Function ProSolidDefaulttextheightGet


Description
Obtains the default text height used for text in annotations and dimensions in the solid model.
Replacement in Object TOOLKIT: wfcWSolid::GetDefaultTextHeight
Synopsis
#include <ProSolid.h>
ProErrorProSolidDefaulttextheightGet(
ProSolid solid
/* (In)
The solid model.
*/
double* default_text_height
/* (Out)
The default text height.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Text Style Properties

Sample Code References:

  1. pt_userguide ( UgDtlsymdefExamples.c )