mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
hole command with datium as input
This commit is contained in:
parent
813f6bb66b
commit
f8068337f2
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export const ImportModelOpperation: OperationDescriptor<ImportModelParams> = {
|
|||
params.file.content = `DBRep_DrawableShape\n` + params.file.content;
|
||||
}
|
||||
|
||||
FS.writeFile("newBREPobject", (params.file.content));
|
||||
FS.writeFile("newBREPobject", (params.file.content));
|
||||
oci.readbrep("newBREPobject", "newBREPobject");
|
||||
returnObject.created.push(occ.io.getShell("newBREPobject"));
|
||||
} else if (FileName.endsWith("FCSTD")) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue