API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingSolidDelete
Function ProDrawingSolidDelete
Description
Deletes the specified model from the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSolidDelete
(
ProDrawing drawing
/* (In)
The drawing
*/
ProSolid solid
/* (In)
The model to delete
*/
)
Returns
The function successfully deleted the model.
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 model is NULL.
The function failed because the specified model is not in the drawing.
The function failed because the specified model is referenced by a view.
Sample Code References
User Guide References
도움이 되셨나요?