The PTC Community will be on read only status starting March 23rd in preparation for moving our platform to a new provider. Read more here
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
