when we build model, we certainly want to build it as accurately as possible.
however, sometimes, due to complexity and massive geometry calculation involved, it's hard to get the EXACT dimension as specified by ourself
in the pic, let's suppose i want to have a slot depth equal to 2 and SUPPOSE i tried by my best to make it as accurately as possible. BUT, still a little bit off target when i do direct dimensioning on the drawing.....
in that case, dimension override comes in to my view. this is what i did in inventor.
there are two ways suggested by Autodesk,
1), draw a vertical sketch line IN THE MODEL, show this sketch line in drawing, dimension it and you get exactly 2 on the print. finally, hide this sketch line to let people feel you dimensioned the slot directly.....
2). the second method is a littlt complex but has great value. First, simply dimension the slot directly(dont worry about dimension accuracy at this point). GIVE IT A NAME! in this case, SLOT DEPTH, this is very important.
open Inventor VBA code editor, find that dimension based on the name we give, wirte code to override the dimension to whatever we want. this method is powerful because i can override tolerance, change its properties like symmetric tolerance, deviant tolerance. Or, change colro, precison and so on.
back in NX, I am preety sure NX can do something like this but i need some direction and simple example from you smart people.
any suggestions are welcomed.
question will be:
is there a way to locate each object on drawing by looking through NX internally ( through API ??)
pic
prt
dwg
however, sometimes, due to complexity and massive geometry calculation involved, it's hard to get the EXACT dimension as specified by ourself
in the pic, let's suppose i want to have a slot depth equal to 2 and SUPPOSE i tried by my best to make it as accurately as possible. BUT, still a little bit off target when i do direct dimensioning on the drawing.....
in that case, dimension override comes in to my view. this is what i did in inventor.
there are two ways suggested by Autodesk,
1), draw a vertical sketch line IN THE MODEL, show this sketch line in drawing, dimension it and you get exactly 2 on the print. finally, hide this sketch line to let people feel you dimensioned the slot directly.....
2). the second method is a littlt complex but has great value. First, simply dimension the slot directly(dont worry about dimension accuracy at this point). GIVE IT A NAME! in this case, SLOT DEPTH, this is very important.
open Inventor VBA code editor, find that dimension based on the name we give, wirte code to override the dimension to whatever we want. this method is powerful because i can override tolerance, change its properties like symmetric tolerance, deviant tolerance. Or, change colro, precison and so on.
back in NX, I am preety sure NX can do something like this but i need some direction and simple example from you smart people.

any suggestions are welcomed.
question will be:
is there a way to locate each object on drawing by looking through NX internally ( through API ??)
pic
prt
dwg