| Library | Module | Frames | Expand |
| Property | CurrentSheetNumber | as Long |
| The current sheet number. | ||
| Property | NumberOfSheets | as Long |
| The number of sheets in the model. | ||
| Function | AddSheet () as Long | |
| Adds a sheet to the model. | ||
| Sub | DeleteSheet (SheetNumber as Long) | |
| Removes a sheet from the model. | ||
| Function | GetSheetBackgroundView (SheetNumber as Long) as IpfcView2D | |
| Returns the background view for the given sheet. | ||
| Function | GetSheetData (SheetNumber as Long) as IpfcSheetData [optional] | |
| Returns information about the specified sheet. | ||
| Function | GetSheetFormat (SheetNumber as Long) as IpfcDrawingFormat [optional] | |
| Returns the drawing format used for the particular sheet. | ||
| Function | GetSheetFormatDescr (SheetNumber as Long) as IpfcModelDescriptor | |
| Returns the model descriptor of the drawing format used for the particular sheet. | ||
| Function | GetSheetInfo (SheetNumber as Long) as IpfcSheetInfo [optional] | |
| Returns information about the specified sheet. | ||
| Function | GetSheetScale (SheetNumber as Long, DrawingModel as IpfcModel [optional]) as Double | |
| Returns the scale of the drawing on particular sheet. | ||
| Function | GetSheetTransform (SheetNumber as Long) as IpfcTransform3D | |
| Returns the transformation matrix for the sheet. | ||
| Function | GetSheetUnits (SheetNumber as Long) as IpfcUnit | |
| Returns the length units for the given sheet. | ||
| Sub | RegenerateSheet (SheetNumber as Long) | |
| Regenerates a specified sheet. | ||
| Sub | ReorderSheet (FromSheetNumber as Long, To as Long) | |
| Reorders the given sheet to a new sheet number. | ||
| Sub | SetSheetFormat (SheetNumber as Long, Format as IpfcDrawingFormat, FormatSheetNumber as Long [optional], DrawingModel as IpfcModel [optional]) | |
| Applies the specified format to a drawing sheet. | ||
| Sub | SetSheetScale (SheetNumber as Long, Scale as Double, DrawingModel as IpfcModel [optional]) | |
| Sets the scale for a model on the sheet. | ||
| Property | CurrentSheetNumber | as Long |
|
The current sheet number. |
| Property | NumberOfSheets | as Long |
|
The number of sheets in the model. |
| Function | AddSheet | () as Long |
|
Adds a sheet to the model. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The function failed because you do not have the required modules. IpfcXToolkitInvalidItem - The function did nothing because the model already has the maximum number of sheets allowed.
|
| Sub | DeleteSheet | (SheetNumber as Long) |
|
Removes a sheet from the model. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The function failed because you do not have the required modules. IpfcXToolkitInvalidItem - The function did nothing because the specified sheet is not in the specified drawing. IpfcXToolkitDeadLock - 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).
|
| Function | GetSheetBackgroundView | (SheetNumber as Long) as IpfcView2D |
|
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.
|
| Function | GetSheetData | (SheetNumber as Long) as IpfcSheetData [optional] |
|
Returns information about the specified sheet. This method is deprecated. Use IpfcSheetOwner.GetSheetInfo() instead.
|
| Function | GetSheetFormat | (SheetNumber as Long) as IpfcDrawingFormat [optional] |
|
Returns the drawing format used for the particular sheet. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - Format for the sheet was not found.
|
| Function | GetSheetFormatDescr | (SheetNumber as Long) as IpfcModelDescriptor |
|
Returns the model descriptor of the drawing format used for the particular sheet. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - Format for the sheet was not found.
|
| Function | GetSheetInfo | (SheetNumber as Long) as IpfcSheetInfo [optional] |
|
Returns information about the specified sheet.
|
| Function | GetSheetScale | (SheetNumber as Long, DrawingModel as IpfcModel [optional]) as Double |
|
Returns the scale of the drawing on particular sheet.
|
| Function | GetSheetTransform | (SheetNumber as Long) as IpfcTransform3D |
|
Returns the transformation matrix for the sheet.
|
| Function | GetSheetUnits | (SheetNumber as Long) as IpfcUnit |
|
Returns the length units for the given sheet.
|
| Sub | RegenerateSheet | (SheetNumber as Long) |
|
Regenerates a specified sheet. The sheet must be displayed.
|
| Sub | ReorderSheet | (FromSheetNumber as Long, To as Long) |
|
Reorders the given sheet to a new sheet number. Reordering will cause other affected sheets to change their sheet numbers as well.
|
| Sub | SetSheetFormat | (SheetNumber as Long, Format as IpfcDrawingFormat, FormatSheetNumber as Long [optional], DrawingModel as IpfcModel [optional]) |
|
Applies the specified format to a drawing sheet.
|
| Sub | SetSheetScale | (SheetNumber as Long, Scale as Double, DrawingModel as IpfcModel [optional]) |
|
Sets the scale for a model on the sheet.
|