Function ProDrawingSimprepsCollect
Description
Returns the number of simplified representations that belong to the specified model and that are referenced by the specified drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSimprepsCollect
(
ProDrawing drawing
/* (In)
The drawing handle
*/
ProSolid solid
/* (In)
The model handle
*/
ProSimprep** simpreps
/* (Out)
The list of simplified representations. The function allocates the memory for this argument. To free the memory, call ProArrayFree().
*/
)
Returns
Success
Failure (NULL drawing or solid, invalid drawing, model not referenced by drawing, or bad input.)
Sample Code References
User Guide References
これは役に立ちましたか?