Documentação da API > Drawings and detail > Object ProDrawing > Function ProDrawingDimensionViewGet
Function ProDrawingDimensionViewGet
Description
Reports which drawing view a dimension is displayed in. Applies to dimensions stored in the solid or in the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingDimensionViewGet
(
ProDrawing drawing
/* (In)
The drawing in which the dimension is displayed.
*/
ProDimension* dimension
/* (In)
The dimension.
*/
ProView* view
/* (Out)
The drawing view in which the dimension is displayed.
*/
)
Returns
The function successfully retrieved the view displaying the drawing.
One or more input arguments was invalid.
The dimension is not displayed in the drawing.
Sample Code References
User Guide References
Isto foi útil?