Category Drawings and detail, Object ProDrawing

Function ProDrawingViewSimplifiedGet


Description
Get the simplified rep
Replacement in Object TOOLKIT: pfcView2D::GetSimpRep
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewSimplifiedGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProSimprep* simplified_ref
/* (Out)
Simplified representation
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_INVALID_TYPEThe top model for the view is not a solid.

Manual References:

  1. Drawings: View States
  2. Drawings: View States