Description | |||||||||||
Clean up dimensions for input view if p_view is a valid view. Else, clean up dimensions view-by-view for each view of the input drawing if input p_view is NULL
NOTE: Use ProMdlDetailOptionSet() to set options before calling this API. If not used, the API will use current detail options. |
|||||||||||
Synopsis | |||||||||||
#include <ProAnnotation.h> | |||||||||||
ProError | ProDrawingDimensionsCleanup | ( | |||||||||
ProDrawing draw | |||||||||||
/* (In) | |||||||||||
Drawing to clean up dimensions for. | |||||||||||
*/ | |||||||||||
ProView view | |||||||||||
/* (In) | |||||||||||
View for which dimensions should be cleaned up. If NULL, clean up the dimensions for all the views of the drawing. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|