PipeCAD icon indicating copy to clipboard operation
PipeCAD copied to clipboard

Piping Isometrics settings GUI

Open eryar opened this issue 2 years ago • 13 comments

Give GUI for piping isomtrics options.

eryar avatar Aug 27 '22 02:08 eryar

image

eryar avatar Sep 17 '22 13:09 eryar

image

eryar avatar Sep 19 '22 04:09 eryar

Option File Directory:

  • Project: In project XXXISO/STD folder;
  • Local: In PIPECAD_EXE/settings/iso folder;

eryar avatar Sep 19 '22 04:09 eryar

Sheet Layout Options: image

eryar avatar Sep 21 '22 12:09 eryar

Select ISO option file to generate isometric drawing: image

eryar avatar Sep 24 '22 01:09 eryar

Set isometric plot file directory and output DXF: image

eryar avatar Sep 24 '22 12:09 eryar

Material List and Material Columns options: image

eryar avatar Sep 26 '22 04:09 eryar

Use margin instead of drawing area: image

eryar avatar Sep 26 '22 07:09 eryar

Alternative Texts: image

eryar avatar Sep 26 '22 13:09 eryar

Hello Shing, Please, can you remove template for ISO from PipeCAD. In the same time, please can you add option for setup background file in dwg format in option file - for example:

aSheetLayout = os.getenv(PipeCad.CurrentProject.Code + "ISO") + "/STD/TemplateA2.dwg"
"TemplateFilePath": aSheetLayout

rompik avatar Nov 08 '22 13:11 rompik

Hello Roman,

What do you mean "remove template for ISO from PipeCAD"?

Ok, I will add option for back sheet option, but will not support dwg format, only support dxf format. To process dwg format need use ODA SDK.

After generated ISO drawing file by IsoAlgo and use ezdxf of Python to add the template dxf file.

eryar avatar Nov 09 '22 23:11 eryar

I mean when after producing ISO you can see frame and title block: image But when I use another format, for example A1, title block is still located like for A2. image

DXF format is suitable on current stage, so no problem to use it. There is only limitation for using image files (like png or jpg) for companies logos in dxf file, so may be later will be reasonable to use SVG format, which is opened and can be easier modified after extraction. In SVG file we can add link to database elements and to make ISO to be interactive in any doc system. But now it's just idea.

rompik avatar Nov 10 '22 09:11 rompik

OK, I see.

I will remove the title block.

Yes, use image files directly in dxf may have problem. Some user can use tool to convert image file to dxf file.

If people have AutoCAD, they can use ObjectARX, .Net or AutoLisp develop a addin to add template dwg file automatically after IsoAlgo generated dxf file.

SVG file is a good option, like Isodraft can export plt file.

eryar avatar Nov 10 '22 23:11 eryar