Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Not able to retrieved all the displayed ordinate dimensions(start from "oad","od","ad") of a drawing view through Creo Parametric Toolkit API.
I am using ProDrawingDimensionVisit() API which is provide some dimension but not all the dimensions from drawing,
It provide all the dimension if the drawing has been created by setting the config.pro option "create_drawing_dims_only" is to Yes.
This information is already mentioned in the user guide for Pro/Toolkit.
My Pain area is already drawing had made without setting the config.pro option.
I need all the dimension for retrieve its decimal place.
Try using ProSolidDimensionVisit and use a filter
