See Also | UseCases | Properties | Methods |
Represents a drawing sheet object of a drawing document. All the DrawingSheet objects of the DrawingDocument are contained in the DrawingSheets collection. The DrawingSheet object contains in turn a collection of DrawingView objects that contains all the views of the sheet.
A drawing sheet has a page setup that defines the sheet attributes, such as its size, margins, orientation, and so forth. This page setup can be retrieved thanks to the DrawingPageSetup read only property.
Use the Views property to return the Views collection.
Dim ViewCollection As Object Set ViewCollection = CATIA.Documents(2).ActiveSheet.Views
Use the DrawingPageSetup property to retrieve the sheet setup attributes.
Dim SheetSetup As Object Set SheetSetup = CATIA.Documents(2).ActiveSheet.DrawingPageSetup
Copyright © 1994-2003, Dassault Systèmes. All rights reserved.