Function ProSimprepActivate
Description
Activates the specified simplified representation.
NOTE:
Operates on assemblies only, not parts. Call ProSolidDisplay() to display simplified rep correctly.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProSimprepActivate
(
ProSolid p_solid
/* (In)
The solid that corresponds to the representation
*/
ProSimprep* p_simp_rep
/* (In)
The simplified representation
*/
)
Returns
The function successfully activated the simplified representation.
Model is in read-only state.
One or more of the arguments are invalid.
The specified simplified representation was not found in the model.
Sample Code References
User Guide References
これは役に立ちましたか?