Category Drawings and detail, Object ProDrawing

Function ProDrawingViewPerspectiveScaleGet


Description
Get the perspective scale
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewPerspectiveScaleGet(
ProDrawing drawing
/* (In)
drawing handle
*/
ProView view
/* (In)
view handle
*/
double* eye_dist
/* (Out)
Eye point distance
*/
double* view_dia
/* (Out)
View Diameter
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_E_NOT_FOUNDThe current scale is not in the perspective scale

Manual References:

  1. Drawings: Listing Drawing Views
  2. Drawings: Listing Drawing Views