API 文件集 > Drawings and detail > Object ProDrawing > Function ProDrawingCurrentsolidSet
Function ProDrawingCurrentsolidSet
Description
Sets the current drawing solid model for the drawing. To see changes to parameters and fields reflecting the change of the current solid model, regenerate the drawing using ProDwgSheetRegenerate().
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingCurrentsolidSet
(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProSolid solid
/* (In)
The current solid model.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more arguments was invalid.
The solid is not included in the drawing.
User Guide References
這是否有幫助?