Function ProSimprepCreate
Description
Creates a simplified representation based on the supplied data.
NOTE:
Operates on assemblies only, not parts.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProSimprepCreate
(
ProSolid p_solid
/* (In)
The solid in which to create the simplified representation
*/
/* (In)
The data for the simplified representation
*/
ProSimprep* p_new_rep
/* (Out)
The handle to the new simplified representation
*/
)
Returns
The function successfully created the simplified representation.
Model is in read-only state.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?