Documentação da API > Solids and parts > Object ProSolid > Function ProSolidGroupsCollect
Function ProSolidGroupsCollect
Description
Collect groups (including UDFs) in the solid.
Replacement in Object TOOLKIT:
Synopsis
#include <ProUdf.h>
ProSolidGroupsCollect
(
ProSolid solid
/* (In)
The solid
*/
ProGroup** groups
/* (Out)
ProArray of groups. Free this memory using ProArrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No groups exist in the solid
Other
Visiting was terminated by an error from the action function.
User Guide References
Isto foi útil?