| See Also | Use Cases | Properties | Methods |
|
|
A Collection of Document objects.
The Document is the object which stores your application data on disk. A document is either created empty using the File->New command or using the Add method of the Documents collection, or opened from a file using the File->Open command or using the Open method of the Documents collection. CATIA provides access to eight document types: the PartDocument, the ProductDocument, the DrawingDocument, the AnalysisDocument, the ProcessDocument, the FunctionalDocument, the MaterialDocument and the CatalogDocument. The Document abstract object gathers the properties and methods common to all actual document types. When a document is created or opened, it is automatically set as the active document and displayed in a window which automatically becomes the active window. A document aggregates the current object or set of objects in the Selection object, and Cameras, a camera collection.
[Top]
Copyright © 1994-2004, Dassault Systèmes. All rights reserved.