Function ProGtolTopModelGet
Description
Get top model of gtol
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolTopModelGet
(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProMdl* top_mdl
/* (Out)
The model (part, assembly, or drawing) that defines the origin of ProSelection structures used in setting up gtol references.
*/
)
Returns
The function completed successfully.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?