Category Drawings and detail, Object ProDrawing

Function ProDrawingSheetTrfGet


Description
Returns the transformation matrix for the drawing sheet.
Replacement in Object TOOLKIT: pfcSheetOwner::GetSheetTransform
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingSheetTrfGet(
ProDrawing drawing
/* (In)
The drawing
*/
int sheet
/* (In)
The sheet number
*/
ProName sheet_size
/* (Out)
a string identifying the sheet size
*/
ProMatrix transform
/* (Out)
the transformation matrix for the sheet
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure
PRO_TK_BAD_INPUTSThe drawing handle or sheet number is invalid

Manual References:

  1. Drawings: Drawing Sheets
  2. Drawings: Drawing Sheets
  3. Drawings: Drawing Edges
  4. Core: Coordinate Systems and Transformations: Transforming from Screen to Drawing Coordinates in a Drawing

Sample Code References:

  1. pt_userguide ( UgDtlsymdefExamples.c )
  2. pt_userguide ( UgNoteCreate.c )
  3. pt_userguide ( UgFundScreen2Drw.c )