| Description |
| Adds the specified simplified representation to the drawing. |
| Replacement in Object TOOLKIT: | pfcModel2D::AddSimplifiedRep |
| Synopsis |
| #include <ProDrawing.h> |
| ProError | ProDrawingAsmsimprepAdd | ( |
| ProDrawing drawing | |
| /*
(In) |
| The drawing handle |
| */ |
| ProSimprep* simp_rep | |
| /*
(In) |
| The the simplified representation |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully added the simplified representation to the drawing. |
| PRO_TK_GENERAL_ERROR | | The simplified representation was not added to the drawing. |
| PRO_TK_BAD_INPUTS | | The function failed because one or more of the input arguments are invalid. |
| PRO_TK_E_FOUND | | The function did nothing because the specified simplified representation already exists. |
|