? ilogic

? ilogic

jletcher
Advisor Advisor
399 Views
2 Replies
Message 1 of 3

? ilogic

jletcher
Advisor
Advisor

I want to have a Blank size custom iproperty using flat extents length and width this is what i did but gives error is there a way to get this to work the way I want it to? I dont want a Length and width to be seperated would like it all in one.

 

 

iProperties.Value("Custom", "BLANK SIZE")=Round(SheetMetal.FlatExtentsLength, 3)"X"=Round(SheetMetal.FlatExtentsWidth, 3)

 

0 Likes
400 Views
2 Replies
Replies (2)
Message 2 of 3

jletcher
Advisor
Advisor

Also why does the rounding of my sheet meta extents chang from 3 place decimal to whatever decimal when I and the /12 to get square feet?

 

 

iProperties.Value("Custom", "SQ. FT.")=Round(SheetMetal.FlatExtentsArea, 3)/12

 

0 Likes
Message 3 of 3

jletcher
Advisor
Advisor

Got it to work never mind and it sould have been 144 not 12 for square feet don't know why I put 12.

 

Blam it on MONDAY

0 Likes