API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingViewPerspectiveScaleGet
Function ProDrawingViewPerspectiveScaleGet
Description
Get the perspective scale
Synopsis
#include <ProDrawingView.h>
ProDrawingViewPerspectiveScaleGet
(
ProDrawing drawing
/* (In)
drawing handle
*/
ProView view
/* (In)
view handle
*/
double* eye_dist
/* (Out)
Eye point distance
*/
double* view_dia
/* (Out)
View Diameter
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed
The current scale is not in the perspective scale
User Guide References
도움이 되셨나요?