API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingDimSwitchView
Function ProDrawingDimSwitchView
Description
Applies to dimensions stored in the solid or in the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingDimSwitchView
(
ProDrawing drawing
/* (In)
The drawing in which the dimension is displayed.
*/
ProDimension* dimension
/* (In)
The dimension.
*/
ProView target_view
/* (In)
The drawing view in which the dimension is to be displayed.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more arguments was invalid.
Could not delete the given item because it has read-only access.
User Guide References
도움이 되셨나요?