praveen_nasar
New member
When the option (Tools-->options) create_drawing_dim_only is set to 'yes' , the dimensions created in the drawing are saved in the drawing file and they are termed as 'created dimensions'.But when the same option is set to 'no' the dimensions are saved into the partfile and called as 'show dimensions'.
Now my problem is, i want to visit each dimension in a drawing file by using the Pro/TOOLKIT functions and find out whether the dimensionsare 'created dimensions' or 'show dimensions'.
I know the function something like ProDwgDimensionVisit(). As I am using a drawing file as an input to the program and by using that fuction i can visit only the created dimensions.
Is there any other to technique to find whether the dimension is of created type or show type.
Now my problem is, i want to visit each dimension in a drawing file by using the Pro/TOOLKIT functions and find out whether the dimensionsare 'created dimensions' or 'show dimensions'.
I know the function something like ProDwgDimensionVisit(). As I am using a drawing file as an input to the program and by using that fuction i can visit only the created dimensions.
Is there any other to technique to find whether the dimension is of created type or show type.