Announcements

Announcement: We’re aware of an issue affecting starting a new topic from category pages and creating new blog posts. New topics can still be started directly from the relevant board. Learn more here.

Plant3d 2012 cut piece list issues.

Plant3d 2012 cut piece list issues.

Anonymous
Not applicable
4,102 Views
9 Replies
Message 1 of 10

Plant3d 2012 cut piece list issues.

Anonymous
Not applicable

I am having issues with the lengths calculated in the cut piece list not matching what I calculate using the given dimension minus the take-outs for fittings. Some lengths are off 1/16" and some as much as 9/16". Is there a settings for rounding up of cut length in the config files somewhere? Any one else experiencing this problem? This was brought to my attention by our pipefitters.

 

 

Accepted solutions (1)
4,103 Views
9 Replies
Replies (9)
Message 2 of 10

Anonymous
Not applicable

It could be the GAP value in project setup.

0 Likes
Message 3 of 10

Anonymous
Not applicable

Thanks but I have checked the GAP sttings already. It looks like the cut list is rounding all fractions up to the neasrest inch. Autodesk is there a setting in one of the config files I need to adjust? I can post my model and iso if that will help troubleshoot this issue.

0 Likes
Message 4 of 10

Anonymous
Not applicable

are you using 'engagment length' on your joints/fittings they will affect the cut lengths, also when you edit parts in the catalogue, you will see some dims that set the location for the node to be away from the connection face.

 

0 Likes
Message 5 of 10

Vicky.Wu
Autodesk
Autodesk

Open Isoconfig.xml in project folder. e.g. Project\Isometric\Final_ANSI-C

 

Change Precision value to Precision5.

<Style Name="ImperialPipeLength" UnitFormat="Architectural" Precision="Precision5" Prefix="" Suffix="" Scale="1" Decimal="."/>

 

In this case, the total length of pipe in BOM will rounded as well since both pipe length in BOM and cut piece length use the same style.

 

Vicky
Autodesk Plant Solutions
Message 6 of 10

Anonymous
Not applicable

Thanks Vicky that fixed my problem. But I have one more question, do you know how to change the dimension style to show feet and inches (ex: 1'-4 3/8") instead of inches only (ex. 16 3/8"). Sometimes the iso program dimensions in feet and inches and on other dimensions on the same drawing  it will dimension in inches only. I have attached a dwg as an example.

 

Thanks,

Chad

0 Likes
Message 7 of 10

Vicky.Wu
Autodesk
Autodesk

It should be a bug. But i couldn't see the issue from my side. Could you please post the PCF as well? isoconfig.xml is a plus.

Vicky
Autodesk Plant Solutions
0 Likes
Message 8 of 10

Anonymous
Not applicable

I have attach the pcf and isconfig.xml per your request. 

 

 

0 Likes
Message 9 of 10

Vicky.Wu
Autodesk
Autodesk
Accepted solution

Sorry for my mistake. There's a settings in isoconfig.xml to change the dimension style in project folder.e.g. Project\Isometric\Check_ANSI-B\IsoConfig.xml

 

The default value is 24" which means less than 2 feet will be shown as inches, e.g. 18". Change it to 12" then you could see 1' 6"

 

<Dimensions Enabled="true" OffsetDistance="0.6" StackingDistance="0.4" ShowHacheMarks="true" HacheMarkSymbol="GasketHacheMark" HacheMarkOffset="0.0625" ImperialDimensionInchCutoff="24">

Vicky
Autodesk Plant Solutions
Message 10 of 10

Anonymous
Not applicable

Thanks Vicki, that is exactly what I was looking for.