Dimension value

Dimension value

Anonymous
Not applicable
488 Views
3 Replies
Message 1 of 4

Dimension value

Anonymous
Not applicable

How to read dimension value wheather it have upper value and lower value

0 Likes
489 Views
3 Replies
Replies (3)
Message 2 of 4

jdkriek
Advisor
Advisor

@Anonymous wrote:

How to read dimension value wheather it have upper value and lower value


 

Hello catia4168,

 

Few questions:

 

In a part or drawing?

 

iLogic? VBA? VB.NET?

 

What version of Inventor are you running?

Jonathan D. Kriek
MFG Solutions Engineer
KETIV Technologies, Inc.


0 Likes
Message 3 of 4

Anonymous
Not applicable

Hi Jd
It is for drawing and i am using 2013 version
regards
looking in vb.net

0 Likes
Message 4 of 4

xiaodong_liang
Autodesk Support
Autodesk Support

Hi catia4168,

 

it seems you have not answered JD's question which language you are using: VB.NET, iLogic, VBA?

 

In any case, you could access the tolerance value by 

 

DrawingDimension.Tolerance.Lower  and DrawingDimension.Tolerance.Lower.Upper.

0 Likes