Category Drawings and detail, Object ProDrawing

Function ProDrawingScaleSet


Description
Sets the scale of the specified model on the specified sheet of the drawing.
Replacement in Object TOOLKIT: pfcSheetOwner::SetSheetScale
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingScaleSet(
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
/* (In)
The scale of the model in the drawing.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure

Manual References:

  1. Drawings: Modifying Views
  2. Drawings: Modifying Views

Sample Code References:

  1. pt_examples ( TestDrwSheets.c )