API Documentation > View manager > Object ProSimprep > Function ProSimprepInit
Function ProSimprepInit
Description
Returns the handle to the specified simplified representation.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProSimprepInit
(
ProName rep_name
/* (In)
The name of the simplified representation in the solid. If you specify this argument, the function ignores rep_id.
*/
int rep_id
/* (In)
The identifier of the simplified representation, if you did not specify the name (you specified NULL).
*/
ProSolid p_solid
/* (In)
The solid that contains the simplified representation.
*/
ProSimprep* p_simp_rep
/* (Out)
The handle to the simplified representation, if found.
*/
)
Returns
The function found the simplified representation in the solid.
The function did not find the simplified representation in the solid.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Was this helpful?