Category Drawings and detail, Object ProDrawing

Function ProDrawingViewSolidGet


Description
Returns the model displayed in a view. In simplified views, the normal model pointer will be returned, not a pointer to the invisible simplified instance.
Replacement in Object TOOLKIT: pfcView2D::GetModel
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewSolidGet(
ProDrawing drawing
/* (In)
the drawing
*/
ProView view
/* (In)
the view identifier
*/
ProSolid* solid
/* (Out)
the model displayed in a view.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure

Manual References:

  1. Drawings: Listing Drawing Views
  2. Drawings: Listing Drawing Views

Sample Code References:

  1. pt_examples ( TestDimension.c )
  2. pt_examples ( TestDimension.c )
  3. pt_examples ( TestDimension.c )
  4. pt_examples ( TestDrwInfo.c )
  5. pt_examples ( TestDrwSimprep.c )
  6. pt_examples ( TestDrwView.c )
  7. pt_examples ( TestDrwView.c )
  8. pt_userguide ( UgDrawingViews.c )
  9. pt_userguide ( UgFamtabUse.c )
  10. pt_userguide ( UgModelCheck.c )