Description | ||||||||||||||
Replaces a drawing model solid with another solid. The old and new solids must be members of the same family table. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcModel2D::ReplaceModel | |||||||||||||
Synopsis | ||||||||||||||
#include <ProDrawing.h> | ||||||||||||||
ProError | 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. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|