Category Drawings and detail, Object ProDrawing

Function ProDrawingCurrentsolidGet


Description
Gets the current drawing solid model for the drawing.
Replacement in Object TOOLKIT: pfcModel2D::GetCurrentSolid
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingCurrentsolidGet(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProSolid* solid
/* (Out)
The current solid model.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_E_NOT_FOUNDNo current model is assigned to the drawing.

Manual References:

  1. Drawings: Drawing Models
  2. Drawings: Drawing Models

Sample Code References:

  1. pt_wc_server ( PTWCServerPartToPView.c )