Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello All,
I want to access all dimensions present in the drawing(i.e .drw file) .I know one of the way is using ProDrawingDimensionVisit ...however as per the documentation this function
"Visits all dimensions stored in the specified drawing, i.e. all dimensions whose default names start with "dd", "rdd" or "add", therefore all dimensions created in the drawing when the config.pro option "create_drawing_dims_only" was set to YES."
Thanks in advance...
Dimensions of above format will be model dimensions.These can be accessed using ProSolidDimensionVisit() ,in filter check is that displayed.
HTH
Hello Rahul,
Thanks a ton for your reply ,it worked for me.....thanks again