Documentação da API > Features > Object ProInsert > Function ProInsertModeIsActive
Function ProInsertModeIsActive
Description
Determines whether insert mode is active in the specified part or assembly.
Synopsis
#include <ProFeature.h>
ProInsertModeIsActive
(
ProSolid solid
/* (In)
The part or assembly.
*/
ProBoolean* p_is_active
/* (Out)
This is PRO_B_TRUE if insert mode is active; otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully returned the information.
The specified solid is invalid.
See Also
Sample Code References
User Guide References
Isto foi útil?