API 文件集 > Drawings and detail > Object ProDrawing > Function ProDrawingScaleGet
Function ProDrawingScaleGet
Description
Retrieves the scale of the model on the specified sheet of the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingScaleGet
(
ProDrawing drawing
/* (In)
The drawing.
*/
ProSolid solid
/* (In)
The model in the drawing. If this is NULL, the function uses the default model in the drawing. If there is no model, the function sets the scale to 1.0.
*/
int sheet
/* (In)
The sheet number. If the value is less than 1, the function uses the current sheet.
*/
double* scale
/* (Out)
The scale of the model in the drawing.
*/
)
Returns
Success
One or more of the arguments is invalid.
Failure
Sample Code References
User Guide References
這是否有幫助?