
Replacement in Object TOOLKIT: |

ProDrawingSolidReplace | |
( ProDrawing drawing /* (In) The drawing */ ProSolid from /* (In) The solid to be replaced */ ProSolid to /* (In) The solid to replace it */ ProBoolean unrepresent_ok /* (In) TRUE = unrepresent any simplified views of the 'from' solid in drawing. FALSE = fail if the 'from' solid has at least one simplified view in drawing. */ ) |

Model is in read-only state. | |
One of the first three arguments was NULL. | |
The 'from' model is not in the drawing. | |
unrepresent_ok was FALSE, but the "from" solid had a simplified view. OR 'from' and 'to' solids were not from the same family table. |


