| Library | Module | Frames | Expand |
| number | CurrentSheetNumber | |
| The current sheet number. | ||
| /* readonly */ number | NumberOfSheets | |
| The number of sheets in the model. | ||
| number | AddSheet () | |
| Adds a sheet to the model. | ||
| void | DeleteSheet (number SheetNumber) | |
| Removes a sheet from the model. | ||
| pfcView2D | GetSheetBackgroundView (number SheetNumber) | |
| Returns the background view for the given sheet. | ||
| /* optional */ pfcSheetData | GetSheetData (number SheetNumber) | |
| Returns information about the specified sheet. | ||
| /* optional */ pfcDrawingFormat | GetSheetFormat (number SheetNumber) | |
| Returns the drawing format used for the particular sheet. | ||
| pfcModelDescriptor | GetSheetFormatDescr (number SheetNumber) | |
| Returns the model descriptor of the drawing format used for the particular sheet. | ||
| /* optional */ pfcSheetInfo | GetSheetInfo (number SheetNumber) | |
| Returns information about the specified sheet. | ||
| number | GetSheetScale (number SheetNumber, /* optional */ pfcModel DrawingModel) | |
| Returns the scale of the drawing on particular sheet. | ||
| pfcTransform3D | GetSheetTransform (number SheetNumber) | |
| Returns the transformation matrix for the sheet. | ||
| pfcUnit | GetSheetUnits (number SheetNumber) | |
| Returns the length units for the given sheet. | ||
| void | RegenerateSheet (number SheetNumber) | |
| Regenerates a specified sheet. | ||
| void | ReorderSheet (number FromSheetNumber, number To) | |
| Reorders the given sheet to a new sheet number. | ||
| void | SetSheetFormat (number SheetNumber, pfcDrawingFormat Format, /* optional */ number FormatSheetNumber, /* optional */ pfcModel DrawingModel) | |
| Applies the specified format to a drawing sheet. | ||
| void | SetSheetScale (number SheetNumber, number Scale, /* optional */ pfcModel DrawingModel) | |
| Sets the scale for a model on the sheet. | ||
| number | CurrentSheetNumber |
|
The current sheet number. |
| /* readonly */ number | NumberOfSheets |
|
The number of sheets in the model. |
| number | AddSheet | () |
|
Adds a sheet to the model. Exceptions thrown (but not limited to): pfcXToolkitNotFound - The function failed because you do not have the required modules. pfcXToolkitInvalidItem - The function did nothing because the model already has the maximum number of sheets allowed.
|
| void | DeleteSheet | (number SheetNumber) |
|
Removes a sheet from the model. Exceptions thrown (but not limited to): pfcXToolkitNotFound - The function failed because you do not have the required modules. pfcXToolkitInvalidItem - The function did nothing because the specified sheet is not in the specified drawing. pfcXToolkitDeadLock - The Creo Parametric user interface is not prepared to handle this request (because it is blocked by another process such as an OLE container activation).
|
| pfcView2D | GetSheetBackgroundView | (number SheetNumber) |
|
Returns the background view for the given sheet. The sheet background view is used for the placement of items in the drawing without associating them to a particular model view.
|
| /* optional */ pfcSheetData | GetSheetData | (number SheetNumber) |
|
Returns information about the specified sheet. This method is deprecated. Use pfcSheetOwner.GetSheetInfo() instead.
|
| /* optional */ pfcDrawingFormat | GetSheetFormat | (number SheetNumber) |
|
Returns the drawing format used for the particular sheet. Exceptions thrown (but not limited to): pfcXToolkitNotFound - Format for the sheet was not found.
|
| pfcModelDescriptor | GetSheetFormatDescr | (number SheetNumber) |
|
Returns the model descriptor of the drawing format used for the particular sheet. Exceptions thrown (but not limited to): pfcXToolkitNotFound - Format for the sheet was not found.
|
| /* optional */ pfcSheetInfo | GetSheetInfo | (number SheetNumber) |
|
Returns information about the specified sheet.
|
| number | GetSheetScale | (number SheetNumber, /* optional */ pfcModel DrawingModel) |
|
Returns the scale of the drawing on particular sheet.
|
| pfcTransform3D | GetSheetTransform | (number SheetNumber) |
|
Returns the transformation matrix for the sheet.
|
| pfcUnit | GetSheetUnits | (number SheetNumber) |
|
Returns the length units for the given sheet.
|
| void | RegenerateSheet | (number SheetNumber) |
|
Regenerates a specified sheet. The sheet must be displayed.
|
| void | ReorderSheet | (number FromSheetNumber, number To) |
|
Reorders the given sheet to a new sheet number. Reordering will cause other affected sheets to change their sheet numbers as well.
|
| void | SetSheetFormat | (number SheetNumber, pfcDrawingFormat Format, /* optional */ number FormatSheetNumber, /* optional */ pfcModel DrawingModel) |
|
Applies the specified format to a drawing sheet.
|
| void | SetSheetScale | (number SheetNumber, number Scale, /* optional */ pfcModel DrawingModel) |
|
Sets the scale for a model on the sheet.
|