======================================================================== CADDS5i - Explicit / HPGL Jacobs / Sep. 2008 ======================================================================== # Befehle innerhalb von CADDS5-Explizit # GET-Kommandos ("Importieren") GET ? ADBms AUTokon BOArd CALcomp CHRysler DEStandard DXF FILE FILESet GERber IPC KEY MSP PARt SBS SDAta SIF STAndard STL # Beispiel !GET DXF The GET DXF command imports a DXF file into CADDS and converts the 3D wireframe DXF model data to an active CADDS part ... ------------------------------------------------------------------------ # PUT-Kommandos ("Exportieren") PUT ? 3MFilm ADBms ARIsto BOArd CALcomp CGM CHRysler DEStandard DXF FILE FILESet GERber INVentor IPC KEY LIBrary MICrocadds MOLDCool MOLDFlow MSP NCI NEStfile PARt PCD PSFile SIF STAndard STL SUPerduct TRIflex WAVefront WIRe # Beispiel ! PUT CGM This command saves a drawing in the form of an ANSI/ISO (ISO/IEC 8632) standard Computer Graphics Metafile (CGM). The CGM file generated can also be made compliant with the ATA (Air Transport Association) CGM profile (ATA GRAPHICS.GREXCHANGE Rev 1.2). This CGM file can be archived or sent to a plotter for hardcopy output ... ------------------------------------------------------------------------ # Plot-Outputs PLOt DRAwing -> Vector-Plotting Das PLOt DRAwing-Kommando erzeugt zunaechst einmal einen CGM-Output, der anschliessend im CVups (CV Universal Plot System) in verschiedene Formate umgewandelt wird (z.B. PostScript, HPGL, HPGL/2, Calcomp 907) ------------------------------------------------------------------------ # XML (Extended Markup Language) Eine XML-Datei ist eine reine Textdatei, die man in CADDS5-Explizit mit dem Kommando INSert TFIle einsetzen kann (macht das Sinn ?) # Befehle innerhalb von CADDS5-Parametric Plot Tree ... The PLOT TREE command allows you to plot the part history tree or the assembly structure to a diskfile or a plotter. The resultant output is in a vector format. The disk file that is created is a standard CGM file. You can choose to plot a node of the part history tree or the assembly structure along with its dependent nodes. # Befehle innerhalb von CADDS5-Explizit ! PLOt ASSYtree The PLOT ASSYTREE command allows you to plot the assembly structure to a diskfile or a plotter. The resultant output in a vector format. The disk file that is created is a standard CGM file. [ EOF ]