Schematics Platform Modeler |
Creating a Schematic Document |
![]() |
This macro shows you how to create a
new schematic document.
Schematic documents for DS provided Schematic applications are all of the same kind. They are all special CATProduct document. Instead of having typical 3D viewers, these Schematic documents have 2D viewers embedded in them. Therefore, when using the standard way of creating a new document, an additional step is required to initialize this new document the "Schematic way". This macro illustrates this important step. |
|||
![]() |
CAASchCreateSchDocument2 is launched in
CATIA [1]. No open document is needed. CAASchCreateSchDocument2.CATScript is located in the CAAScdSchUseCases module. Execute macro (Windows only). |
|||
![]() |
CAASchCreateSchDocument2 includes the
following steps:
PrologThe macro first creates a new document..
Initialize the new Schematic document the "schematic way"
Set the drawing standard of the drafting viewer in the schematic documentA schematic document has a drafting viewer embedded in it. The drawing standard of that drafting viewer can be set by calling the SetDrawingStandard method. This macro also illustrates how to use the GetDrawingStandard method to retrieve the drawing standard of a schematic document.
|
[Top]
This use case shows how to create a schematic document. A message logging the status of the critical steps is displayed at the end of the use case.
[Top]
[1] | Replaying a Macro |
[Top] |
Copyright © 2001, Dassault Systèmes. All rights reserved.