create_from_init
Create a new Cadwork 3D file by cloning an existing init/template file. Requires absolute paths; the target file must not exist and its folder must be present. Bootstraps a new document for subsequent opening.
Instructions
Legt eine NEUE Cadwork-Datei als Kopie einer vorhandenen Init-/ Vorlagendatei an. Schritt 1 des Datei-Bootstraps.
Beide Pfade absolut, beide auf .3d. Die Init-Datei muss existieren und darf nicht leer sein; die Zieldatei darf NICHT existieren (es wird nie ueberschrieben), ihr Ordner muss existieren. Welche Init-Datei, sagt der Aufrufer — es wird keine geraten.
Danach: open_document(ziel_datei).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| init_datei | Yes | ||
| ziel_datei | Yes |