Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingSolidsCollect
Function ProDrawingSolidsCollect
Description
Retrieves an array of pointers to the models that belong to a drawing.
NOTES:
A model is in a drawing if it has been explicitly added by the user. For assemblies, only the root assembly appears in the list.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSolidsCollect
(
ProDrawing drawing
/* (In)
The drawing.
*/
ProSolid** solids
/* (Out)
A list of models. The function allocates the memory for this argument. To free the memory, call ProArrayFree().
*/
)
Returns
Success
One or more arguments was invalid
No drawing models were found
Sample Code References
User Guide References
¿Fue esto útil?