API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingSolidAdd
Function ProDrawingSolidAdd
Description
Adds the specified model to the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSolidAdd
(
ProDrawing drawing
/* (In)
The drawing
*/
ProSolid solid
/* (In)
The model to add to the drawing
*/
)
Returns
The function successfully added the model to the drawing.
Model is in read-only state.
The function failed because of an internal error.
The function failed because one or more of the input arguments are invalid.
The function did nothing because the specified model already exists.
Sample Code References
User Guide References
도움이 되셨나요?