Documentación de la API > Solids and parts > Object ProSolid > Function ProSolidFamtableCheck
Function ProSolidFamtableCheck
Description
Determines whether the specified solid has a family table, and if that family table is valid and/or empty.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSolid.h>
ProSolidFamtableCheck
(
ProSolid handle
/* (In)
The ProSolid to check.
*/
)
Returns
The family table is found and is not empty.
The input argument is invalid.
The family table was not found for the specified owner.
The family table is found and is empty.
Sample Code References
User Guide References
¿Fue esto útil?