API Documentation > View manager > Object ProSimprep > Function ProSimprepSelect
Function ProSimprepSelect
Description
Enables the user to select a simplified representation.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProSimprepSelect
(
ProSolid p_solid
/* (In)
The solid that contains the simplified representation
*/
ProSimprep* p_simp_rep
/* (Out)
The selected simplified representation
*/
)
Returns
The user selected a simplified representation.
Model is in read-only state.
The input argument is invalid.
The user aborted simplified representation selection.
The function failed.
Sample Code References
User Guide References
Was this helpful?